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/JSONNode.cs

    r351 r391  
    22
    33namespace AllocsFixes.JSON {
    4         public abstract class JSONNode {
     4        public abstract class JsonNode {
    55                public abstract void ToString (StringBuilder _stringBuilder, bool _prettyPrint = false, int _currentLevel = 0);
    66
Note: See TracChangeset for help on using the changeset viewer.