Body
(ctor) Body( int bodyID )
int BodyID{ get; }
bool IsAnimal{ get; }
bool IsEmpty{ get; }
bool IsFemale{ get; }
bool IsGhost{ get; }
bool IsHuman{ get; }
bool IsMale{ get; }
bool IsMonster{ get; }
BodyType Type{ get; }
virtual bool Equals( object o )
virtual int GetHashCode()
virtual string ToString()