BeginClaimList() публичный Метод

public BeginClaimList ( Server.Mobile from ) : void
from Server.Mobile
Результат void
Пример #1
0
            public override void OnClick()
            {
                if (!(m_Mobile is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_Mobile;
                {
                    m_Giver.BeginClaimList(m_Mobile);
                }
            }