|
Zappy Server
C++ game server: world, rules, scheduler, network
|
Represents an egg in the game, which has an ID, position (x, y), and it's associated with a team name. More...
#include <Egg.hpp>
Collaboration diagram for Egg:Public Attributes | |
| int | id |
| int | parentPlayerId |
| int | x |
| int | y |
| std::string | teamName |
Represents an egg in the game, which has an ID, position (x, y), and it's associated with a team name.
| int Egg::id |
Definition at line 10 of file Egg.hpp.
Referenced by World::popEggForTeam().
| int Egg::x |
Definition at line 12 of file Egg.hpp.
Referenced by World::popEggForTeam().
| int Egg::y |
Definition at line 13 of file Egg.hpp.
Referenced by World::popEggForTeam().