public void InitNewMission() { WinScreen.Hide(); LoseScreen.Hide(); HPbar.DestroyAllInstances(); unitList.Clear(); while (currentWindow != null) { currentWindow.Hide(); } }
// Use this for initialization void Awake() { WinScreen.Hide(); LoseScreen.Hide(); _instance = this; }