Exemplo n.º 1
0
            public override void OnClick()
            {
                if (!(m_From is PlayerMobile))
                {
                    return;
                }

                PlayerMobile mobile = (PlayerMobile)m_From;
                {
                    m_Trainer.BeginClaimList(m_From);
                }
            }
Exemplo n.º 2
0
 public override void OnClick()
 {
     m_Trainer.BeginClaimList(m_From);
     m_From.PlaySound(1050);
 }