Server.Race.GhostBody C# (CSharp) Méthode

GhostBody() public méthode

public GhostBody ( Server.Mobile m ) : int
m Server.Mobile
Résultat int
		public virtual int GhostBody( Mobile m ) { return GhostBody( m.Female ); }
		public virtual int GhostBody( bool female )

Same methods

Race::GhostBody ( bool female ) : int