Server.Items.DeathRobe.OnDroppedToMobile C# (CSharp) Метод

OnDroppedToMobile() публичный Метод

public OnDroppedToMobile ( Mobile from, Mobile target ) : bool
from Mobile
target Mobile
Результат bool
		public override bool OnDroppedToMobile( Mobile from, Mobile target )
		{
			if (m_DecayTimer != null )
			{
				m_DecayTimer.Stop();
				m_DecayTimer = null;
			}

			return true;
		}