Server.Mobiles.EtherealMount.StopMounting C# (CSharp) Method

StopMounting() public static method

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