public void NewGame() { PlayerParty.Reset(); EnemyParty.Reset(); SceneManager.LoadScene(Constants.SCENE_TOWN_MENU); }
public void LoadCombat() { EnemyParty.Reset(); SceneManager.LoadScene(Constants.SCENE_COMBAT); }