Server.Items.AnkhNorth.InternalItem.OnMovement C# (CSharp) Méthode

OnMovement() public méthode

public OnMovement ( Server.Mobile m, Server.Point3D oldLocation ) : void
m Server.Mobile
oldLocation Server.Point3D
Résultat void
			public override void OnMovement( Mobile m, Point3D oldLocation )
			{
				if ( Parent == null && Utility.InRange( Location, m.Location, 1 ) && !Utility.InRange( Location, oldLocation, 1 ) )
					Ankhs.Resurrect( m, this );
			}