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

            file.SaveFile();
        }