Ejemplo n.º 1
0
    public void ReCreateAccountResponse(int response)
    {
        if (response <= 0)
        {
            MainState mainState = GameStateManager.Instance.GetActiveState() as MainState;

            mainState.ChangeMainState();
        }
        else
        {
            Debug.LogError("创建角色失败.");
        }
    }