[cpp]declare isDefeated
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
e7f74d98a1
commit
58952deb1d
@ -35,6 +35,8 @@ public:
|
|||||||
|
|
||||||
bool isTeammate(Player x, Player y) const;
|
bool isTeammate(Player x, Player y) const;
|
||||||
Team teamOf(Player x) const;
|
Team teamOf(Player x) const;
|
||||||
|
bool isDefeated(Player x) const;
|
||||||
|
|
||||||
std::uint8_t numPlayers() const;
|
std::uint8_t numPlayers() const;
|
||||||
std::uint8_t numTeams() const;
|
std::uint8_t numTeams() const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user