Ignore:
Timestamp:
Jan 19, 2019, 6:12:21 PM (6 years ago)
Author:
alloc
Message:

Fixed game version compatibility of GamePrefs
Code style cleanup (mostly argument names)

File:
1 edited

Legend:

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

    r325 r351  
    33namespace AllocsFixes.JSON {
    44        public abstract class JSONNode {
    5                 public abstract void ToString (StringBuilder stringBuilder, bool prettyPrint = false, int currentLevel = 0);
     5                public abstract void ToString (StringBuilder _stringBuilder, bool _prettyPrint = false, int _currentLevel = 0);
    66
    77                public override string ToString () {
Note: See TracChangeset for help on using the changeset viewer.