Server.Race.GhostBody C# (CSharp) Method

GhostBody() public method

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

Same methods

Race::GhostBody ( bool female ) : int