Creatures update server-side
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
//The base class for all objects in the world
|
||||
class Entity {
|
||||
public:
|
||||
virtual void Update();
|
||||
virtual int Update();
|
||||
|
||||
//accessors & mutators
|
||||
int SetRoomIndex(int i);
|
||||
|
||||
Reference in New Issue
Block a user