Exemple #1
0
 // Set the sequence index to 0 and reset all upgrades
 public static void resetGame()
 {
     if (GM.Instance)
     {
         GM.Instance.resetToSequence(0);
     }
     UpgradesManager.resetUpgrades();
 }