This commit is contained in:
aozhiwei 2023-05-19 16:50:04 +08:00
parent 6ed267ab5c
commit ca43643bf3

View File

@ -101,11 +101,7 @@ public:
int GetRoomIdx() { return room_idx_; }
std::string GetMapTplName() { return map_tpl_name_; }
const mt::Map* GetMapMeta() { return map_meta_; }
#if 1
bool IsWaitingStart() { return false; }
#else
bool IsWaitingStart() { return waiting_start_; }
#endif
bool IsBattleStarting() { return battle_starting_; };
bool IsPveRoom();
bool IsDestoryRoom();