Renamed monster files to creatures
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user