Server.Mobiles.WarriorGuard.OnBeforeDeath C# (CSharp) Méthode

OnBeforeDeath() public méthode

public OnBeforeDeath ( ) : bool
Résultat bool
		public override bool OnBeforeDeath()
		{
			if ( m_Focus != null && m_Focus.Alive )
				new AvengeTimer( m_Focus ).Start(); // If a guard dies, three more guards will spawn

			return base.OnBeforeDeath();
		}