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