Example #1
0
    void OnGameStateChanged(GameState state)
    {
        if (state is Battle)
        {
            battleView.Init(state as Battle);
//			battleView.gameObject.SetActive(true);
        }
    }