Renamed monster files to creatures

This commit is contained in:
2016-03-21 19:28:49 +11:00
parent fd11f4e0e6
commit a86a41ad46
14 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public:
~TriggerManager();
//common public methods
int Create(std::string handle);
int Create(std::string handle); //TODO: return the Trigger itself?
void Unload(int uid);
void UnloadAll();