Added creatures to the room containers

This commit is contained in:
2016-03-25 22:29:26 +11:00
parent 18f119224a
commit 9a1714a881
8 changed files with 40 additions and 27 deletions
+2
View File
@@ -36,6 +36,8 @@ public:
~CreatureManager();
//common public methods
void Update();
int Create(std::string avatar, int scriptRef);
void Unload(int uid);