![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Represents the result of a battle. More...
#include <Result.hpp>
Public Member Functions | |
Result () | |
Constructs an empty result. More... | |
Public Attributes | |
bool | localPlayerWon |
Represents the result of a battle.
Definition at line 16 of file Result.hpp.
|
inline |
Constructs an empty result.
Definition at line 23 of file Result.hpp.
bool core::battle::Result::localPlayerWon |
Definition at line 17 of file Result.hpp.