- Timestamp:
- Aug 7, 2022, 3:02:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/7dtd-server-fixes/src/JSON/JSONValue.cs
r389 r391 1 1 namespace AllocsFixes.JSON { 2 public abstract class J SONValue : JSONNode {2 public abstract class JsonValue : JsonNode { 3 3 public abstract string AsString { get; } 4 4 public abstract int AsInt { get; }
Note:
See TracChangeset
for help on using the changeset viewer.