public void LoadStats() { StatsJSON file = new StatsJSON(this); }
public void SaveStats() { StatsJSON file = new StatsJSON(this); file.SaveFile(); }