Back to Server

Entity : IEntity, IPoint3D, IPoint2D, IComparable, IComparable<IEntity>, IComparable<Entity>

(ctor) Entity( Serial serial, Point3D loc, Map map )
bool Deleted( get; )
Point3D Location( get; )
Map Map( get; )
Serial Serial( get; )
int X( get; )
int Y( get; )
int Z( get; )
virtual int CompareTo( Entity other )
virtual int CompareTo( object other )
virtual int CompareTo( IEntity other )
virtual void Delete()
virtual void ProcessDelta()