Example #1
0
    public void Exit()
    {
        Debug.Log("Exiting In Intro State");

        _gameModeController.RemoveListener(GameEventType.GAME_OVER, onGameOver);
        _gameModeController.CleanUp();
    }
Example #2
0
    public void Exit()
    {
        Debug.Log("Exiting In Intro State");

        _gameModeController.CleanUp();
    }