Пример #1
0
    void Awake()
    {
        Methods.DebugLogs();
        Methods.CombosLoad();
        Methods.ActionsLoad();
        Avatar.LoadMonsters();

        hasSavedGame = PlayerPrefsUtility.GetEncryptedInt("hasSavedGamex");
    }