Exemplo n.º 1
0
        public override void SendClientChanges(ModPlayer clientPlayer)
        {
            TBARPlayer clone = clientPlayer as TBARPlayer;

            if (clone.PlayerStand != PlayerStand)
            {
                SendStandChangedPacket();
            }
        }
Exemplo n.º 2
0
        public override void clientClone(ModPlayer clientClone)
        {
            TBARPlayer clone = clientClone as TBARPlayer;

            clone.PlayerStand = PlayerStand;
        }