This commit is contained in:
aozhiwei 2023-10-02 16:52:04 +08:00
parent cc0bf35f27
commit d5867e5d97

View File

@ -51,9 +51,11 @@ class Team
void GenBattleUuid();
void RunAway(Human* hum);
bool AllIsRunAway();
bool IsView() { return is_view_; }
private:
int team_id_ = 0;
bool is_view_ = false;
int init_team_member_num_ = 0;
int combined_team_member_num_ = 0;
std::set<Human*> members_;