private void Awake() { _Cursor.Init(this); _ScenePool = GameObject.FindGameObjectWithTag("GameController").GetComponent <ScenePool> (); EventManager.OnStageStarted += StageStarted; }
private void Awake() { _cursorController.Init(); _game.Init(); _instructionsScreen.SetActive(true); _cursorController.Enable(true); }