1
This commit is contained in:
parent
cc0bf35f27
commit
d5867e5d97
@ -51,9 +51,11 @@ class Team
|
|||||||
void GenBattleUuid();
|
void GenBattleUuid();
|
||||||
void RunAway(Human* hum);
|
void RunAway(Human* hum);
|
||||||
bool AllIsRunAway();
|
bool AllIsRunAway();
|
||||||
|
bool IsView() { return is_view_; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int team_id_ = 0;
|
int team_id_ = 0;
|
||||||
|
bool is_view_ = false;
|
||||||
int init_team_member_num_ = 0;
|
int init_team_member_num_ = 0;
|
||||||
int combined_team_member_num_ = 0;
|
int combined_team_member_num_ = 0;
|
||||||
std::set<Human*> members_;
|
std::set<Human*> members_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user