Fixed CreateRoom()'s return type
This commit is contained in:
@@ -36,8 +36,8 @@ public:
|
||||
~RoomManager() = default;
|
||||
|
||||
//public access methods
|
||||
int CreateRoom(MapType);
|
||||
int UnloadRoom(int uid);
|
||||
RoomData* CreateRoom(MapType);
|
||||
void UnloadRoom(int uid);
|
||||
|
||||
RoomData* GetRoom(int uid);
|
||||
RoomData* FindRoom(int uid);
|
||||
|
||||
Reference in New Issue
Block a user