public void ShowGameStartMenu(GameStartScreenReferences gameStartScreenReference) { GameController.Instance.IsUIOpen = true; gameStartScreenRef = gameStartScreenReference; gameStartScreenRef.gameObject.SetActive(true); }
public void ShowGameStartScreen(GameStartScreenReferences gameStartScreenReferences) { gameStartScreenRef = gameStartScreenReferences; gameStartScreenRef.gameObject.SetActive(true); }