Exemplo n.º 1
0
 public void LoadStats()
 {
     StatsJSON file = new StatsJSON(this);
 }
Exemplo n.º 2
0
        public void SaveStats()
        {
            StatsJSON file = new StatsJSON(this);

            file.SaveFile();
        }