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

Dismount() public static méthode

public static Dismount ( Mobile m ) : void
m Mobile
Résultat void
		public static void Dismount( Mobile m )
		{
			IMount mount = m.Mount;

			if( mount != null )
				mount.Rider = null;
		}