1
This commit is contained in:
parent
27eb77a533
commit
3ec093471a
@ -3515,3 +3515,8 @@ bool Room::IsPvpMasterRankModeRoom()
|
|||||||
{
|
{
|
||||||
return rank_match_conf_ && rank_match_conf_->room_type == RoomType_MasterRank;
|
return rank_match_conf_ && rank_match_conf_->room_type == RoomType_MasterRank;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int Room::GetMaxTeamNum()
|
||||||
|
{
|
||||||
|
return MAX_TEAM_NUM;
|
||||||
|
}
|
||||||
|
@ -272,6 +272,7 @@ public:
|
|||||||
bool MoveCanReach(const glm::vec3& start, const glm::vec3& end);
|
bool MoveCanReach(const glm::vec3& start, const glm::vec3& end);
|
||||||
const mt::RankMatchConf* GetRankMatchConf() { return rank_match_conf_; }
|
const mt::RankMatchConf* GetRankMatchConf() { return rank_match_conf_; }
|
||||||
bool IsCustomBattle() { return custom_battle_ != nullptr;}
|
bool IsCustomBattle() { return custom_battle_ != nullptr;}
|
||||||
|
int GetMaxTeamNum();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void ShuaAndroid();
|
void ShuaAndroid();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user