2 * Copyright 2013, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
17 TeamInfo(const TeamInfo
& other
);
18 TeamInfo(team_id team
,
19 const team_info
& info
);
21 void SetTo(team_id team
, const team_info
& info
);
22 void SetTo(team_id team
, const BString
& arguments
);
24 team_id
TeamID() const { return fTeam
; }
26 const BString
& Arguments() const { return fArguments
; }