- Timestamp:
- Sep 10, 2014, 8:09:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/JSON/JSONNode.cs
r160 r187 5 5 public abstract class JSONNode 6 6 { 7 public abstract override string ToString();7 public abstract string ToString(bool prettyPrint = false, int currentLevel = 0); 8 8 } 9 9 }
Note:
See TracChangeset
for help on using the changeset viewer.