1
This commit is contained in:
parent
6ed267ab5c
commit
ca43643bf3
@ -101,11 +101,7 @@ public:
|
|||||||
int GetRoomIdx() { return room_idx_; }
|
int GetRoomIdx() { return room_idx_; }
|
||||||
std::string GetMapTplName() { return map_tpl_name_; }
|
std::string GetMapTplName() { return map_tpl_name_; }
|
||||||
const mt::Map* GetMapMeta() { return map_meta_; }
|
const mt::Map* GetMapMeta() { return map_meta_; }
|
||||||
#if 1
|
|
||||||
bool IsWaitingStart() { return false; }
|
|
||||||
#else
|
|
||||||
bool IsWaitingStart() { return waiting_start_; }
|
bool IsWaitingStart() { return waiting_start_; }
|
||||||
#endif
|
|
||||||
bool IsBattleStarting() { return battle_starting_; };
|
bool IsBattleStarting() { return battle_starting_; };
|
||||||
bool IsPveRoom();
|
bool IsPveRoom();
|
||||||
bool IsDestoryRoom();
|
bool IsDestoryRoom();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user