Ignore:
Timestamp:
Sep 10, 2014, 8:09:28 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/JSON/JSONNode.cs

    r160 r187  
    55        public abstract class JSONNode
    66        {
    7                 public abstract override string ToString();
     7                public abstract string ToString(bool prettyPrint = false, int currentLevel = 0);
    88        }
    99}
Note: See TracChangeset for help on using the changeset viewer.