Server.Mobiles.EtherealMount.StopMounting C# (CSharp) 메소드

StopMounting() 공개 정적인 메소드

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