Server.Items.AcidSlime.OnMoveOver C# (CSharp) Méthode

OnMoveOver() public méthode

public OnMoveOver ( Mobile m ) : bool
m Mobile
Résultat bool
		public override bool OnMoveOver( Mobile m )
		{
			Damage( m );
			return true;
		}