class Caravan -
More...
#include <Caravan.hpp>
|
| Caravan (std::array< unsigned, 2 > position, std::string player) |
|
ElementEnum | getType () |
|
std::array< unsigned, 2 > | getPosition () |
|
std::string | getPlayerName () |
|
void | setPos (std::array< unsigned, 2 > position) |
|
void | setUsed (bool used) |
|
bool | isUsed () |
|
|
std::array< unsigned, 2 > | position |
|
bool | used = false |
|
std::string | player |
|
|
class | boost::serialization::access |
|
The documentation for this class was generated from the following files:
- include/shared/Caravan.hpp
- src/shared/Caravan.cpp
- src/shared/Serialization.cpp