Пример #1
0
        public void ChainFinished()
        {
            if (Caller.GetIntChoice("NumberChoice") == 0)
            {
                originalCard.FinishedUsing();
            }
            else
            {
                Caller.IntChoices["NumberChoice"]--;

                if (Caller.IsLocalPlayer)
                {
                    Caller.CopyAndStartUsingServerRpc();
                }
            }
        }