Example #1
0
 public void LoadStats()
 {
     StatsJSON file = new StatsJSON(this);
 }
Example #2
0
        public void SaveStats()
        {
            StatsJSON file = new StatsJSON(this);

            file.SaveFile();
        }