This commit is contained in:
aozhiwei 2023-06-25 13:47:38 +08:00
parent 55bb7e0ff0
commit 9a47b896c7

View File

@ -115,6 +115,7 @@ public:
bool IsDestoryRoom();
bool IsSurvivalRoom();
bool IsNewBieRoom();
bool IsPvpRankModeRoom() { return GetRoomMode() == kPvpRankMode; }
int GetPlayerNum();
int GetHumanNum();