Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Member Functions | Public Attributes | List of all members
core::battle::Result Struct Reference

Represents the result of a battle. More...

#include <Result.hpp>

Public Member Functions

 Result ()
 Constructs an empty result. More...
 

Public Attributes

bool localPlayerWon
 

Detailed Description

Represents the result of a battle.

Definition at line 16 of file Result.hpp.

Constructor & Destructor Documentation

◆ Result()

core::battle::Result::Result ( )
inline

Constructs an empty result.

Definition at line 23 of file Result.hpp.

Member Data Documentation

◆ localPlayerWon

bool core::battle::Result::localPlayerWon

Definition at line 17 of file Result.hpp.


The documentation for this struct was generated from the following file: