Пример #1
0
    void Start()
    {
        string filePath = PlayerPrefs.GetString("MainLoad");

        if (filePath != "")
        {
            VoluntarySave.LoadGame(listGmObj);
            PlayerPrefs.DeleteKey("MainLoad");
        }
    }
Пример #2
0
 void Load()
 {
     VoluntarySave.LoadGame(listGmObj);
 }
Пример #3
0
 void Save()
 {
     VoluntarySave.SaveGame(listGmObj);
 }