public static void Win() { GameObject.Find("Popup").GetComponent <Text>().text = "Success"; StepManager.Pause(); IsGameOver = true; }
public static void Fail() { GameObject.Find("Popup").GetComponent <Text>().text = "Failed"; StepManager.Pause(); IsGameOver = true; }