public virtual void OnGotHarmful(Mobile harmer, Mobile harmed) { if (m_Parent != null) { m_Parent.OnGotHarmful(harmer, harmed); } }