Server.Race.GhostBody C# (CSharp) 메소드

GhostBody() 공개 메소드

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

Same methods

Race::GhostBody ( bool female ) : int