Server.Mobiles.EtherealMount.StopMounting C# (CSharp) Méthode

StopMounting() public static méthode

public static StopMounting ( Mobile mob ) : void
mob Mobile
Résultat void
		public static void StopMounting( Mobile mob )
		{
			if( mob.Spell is EtherealSpell )
				( (EtherealSpell)mob.Spell ).Stop();
		}