Finally wrote the monster manager API
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
const char* GetType() const;
|
||||
|
||||
protected:
|
||||
Entity(const char*);
|
||||
Entity(const char* type);
|
||||
virtual ~Entity() = default;
|
||||
|
||||
int roomIndex = -1;
|
||||
|
||||
Reference in New Issue
Block a user