示例#1
0
        public virtual bool OnCombatantChange(Mobile m, Mobile Old, Mobile New)
        {
            if (m_Parent != null)
            {
                return(m_Parent.OnCombatantChange(m, Old, New));
            }

            return(true);
        }
示例#2
0
        public virtual bool OnCombatantChange(Mobile m, IDamageable Old, IDamageable New)
		{
			if (m_Parent != null)
			{
				return m_Parent.OnCombatantChange(m, Old, New);
			}

			return true;
		}