Esempio n. 1
0
 public virtual void OnGotBeneficialAction(Mobile helper, Mobile target)
 {
     if (m_Parent != null)
     {
         m_Parent.OnGotBeneficialAction(helper, target);
     }
 }