void Start() { string filePath = PlayerPrefs.GetString("MainLoad"); if (filePath != "") { VoluntarySave.LoadGame(listGmObj); PlayerPrefs.DeleteKey("MainLoad"); } }
void Load() { VoluntarySave.LoadGame(listGmObj); }
void Save() { VoluntarySave.SaveGame(listGmObj); }