Example #1
0
 //Exits the menu;
 public void ExitMenu()
 {
     spellController.SwitchSpellSlot(currentSpellSlot);
     pauseMenu.Resume();
     ResetSpell();
 }