コード例 #1
0
    private void Update()
    {
        bool flag = GameCenterManager.IsAuth();

        if (this.mIsAuth != flag)
        {
            if (flag)
            {
                this.ActivateOutputLinks(1);
            }
            else
            {
                this.ActivateOutputLinks(2);
            }
        }
        this.mIsAuth = flag;
    }