1
This commit is contained in:
parent
663bcec87c
commit
cdc56bcf37
@ -32,4 +32,8 @@ private:
|
|||||||
a8::TimerAttacher timer_attacher_;
|
a8::TimerAttacher timer_attacher_;
|
||||||
std::map<std::string, MatchTeam*> team_hash_;
|
std::map<std::string, MatchTeam*> team_hash_;
|
||||||
std::map<int, std::tuple<std::string, MatchTeam*>> socket_hash_;
|
std::map<int, std::tuple<std::string, MatchTeam*>> socket_hash_;
|
||||||
|
|
||||||
|
std::vector<MatchTeam*> matching_list_;
|
||||||
|
std::vector<MatchTeam*> matchok_list_;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user