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

GhostBody() public méthode

public GhostBody ( bool female ) : int
female bool
Résultat int
		public virtual int GhostBody( bool female )
		{
			return (female ? m_FemaleGhostBody : m_MaleGhostBody);
		}

Same methods

Race::GhostBody ( Server.Mobile m ) : int