public void BacktoTitle() { Firstspawn.Reset(); BattleInfo.Reset(); Time.timeScale = 1; SceneManager.LoadScene("Title"); }
public void BacktoExplore() { BattleInfo.Reset(); SceneManager.LoadScene("Explore"); }