1
This commit is contained in:
parent
613f19373c
commit
816d01e928
@ -277,6 +277,8 @@ public:
|
||||
bool IsMiniMap();
|
||||
bool IsNewerMap();
|
||||
int GetMobaLeftTime();
|
||||
Team* GetMobaTeamA() { return moba_team_a_; }
|
||||
Team* GetMobaTeamB() { return moba_team_b_; }
|
||||
|
||||
private:
|
||||
void ShuaAndroid();
|
||||
@ -432,6 +434,9 @@ private:
|
||||
|
||||
const mt::RankMatchConf* rank_match_conf_ = nullptr;
|
||||
|
||||
Team* moba_team_a_ = nullptr;
|
||||
Team* moba_team_b_ = nullptr;
|
||||
|
||||
friend class Incubator;
|
||||
friend class Team;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user