This commit is contained in:
aozhiwei 2022-10-23 13:01:02 +08:00
parent d52bb590a2
commit 3b874413f1

View File

@ -83,7 +83,6 @@ class MatchTeam
void UpdateMaster(); void UpdateMaster();
void UpdateSlave(); void UpdateSlave();
void SyncMatchInfo(); void SyncMatchInfo();
int GetRawMemberNum() { return raw_member_hash_.size(); };
bool HasSameCurrMember(MatchTeam* b); bool HasSameCurrMember(MatchTeam* b);
bool ProtoIsCompatible(MatchTeam* b); bool ProtoIsCompatible(MatchTeam* b);
bool CanCombine(MatchTeam* b); bool CanCombine(MatchTeam* b);