Example #1
0
 public virtual void OnBeneficialAction(Mobile helper, Mobile target)
 {
     if (m_Parent != null)
     {
         m_Parent.OnBeneficialAction(helper, target);
     }
 }