Ignore:
Timestamp:
Aug 7, 2022, 3:02:24 PM (2 years ago)
Author:
alloc
Message:

Major refactoring/cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/7dtd-server-fixes/src/JSON/JSONValue.cs

    r389 r391  
    11namespace AllocsFixes.JSON {
    2         public abstract class JSONValue : JSONNode {
     2        public abstract class JsonValue : JsonNode {
    33                public abstract string AsString { get; }
    44                public abstract int AsInt { get; }
Note: See TracChangeset for help on using the changeset viewer.