示例#1
0
    private void Awake()
    {
        _Cursor.Init(this);
        _ScenePool = GameObject.FindGameObjectWithTag("GameController").GetComponent <ScenePool> ();

        EventManager.OnStageStarted += StageStarted;
    }
示例#2
0
    private void Awake()
    {
        _cursorController.Init();
        _game.Init();

        _instructionsScreen.SetActive(true);
        _cursorController.Enable(true);
    }