1
This commit is contained in:
parent
772ca5de88
commit
d94b9a64d5
@ -783,3 +783,8 @@ bool MatchTeam::HaveEmptySlot()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
int MatchTeam::GetFreeSlotNum()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
@ -75,6 +75,7 @@ class MatchTeam
|
||||
std::shared_ptr<RawTeamMember> GetOwner() { return first_member_; };
|
||||
int GetSlotNum();
|
||||
bool HaveEmptySlot();
|
||||
int GetFreeSlotNum();
|
||||
|
||||
private:
|
||||
void Update();
|
||||
|
Loading…
x
Reference in New Issue
Block a user