2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/CombatParticipant.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return reinterpret_cast<List<SharedPointer<CombatParticipant>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 void setPartList(List<SharedPointer<CombatParticipant>> * val) {
13 *
reinterpret_cast<List<SharedPointer<CombatParticipant>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<List<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
21 *
reinterpret_cast<List<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
25 return *
reinterpret_cast<List<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
29 *
reinterpret_cast<List<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
33 return *
reinterpret_cast<List<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
37 *
reinterpret_cast<List<unsigned int>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
Definition ParticipantList.h:6
void setTotalDeckSize(List< unsigned int > val)
Definition ParticipantList.h:28
void setDeckSize(List< unsigned int > val)
Definition ParticipantList.h:20
void setTreasureCardAmount(List< unsigned int > val)
Definition ParticipantList.h:36
List< unsigned int > getTotalDeckSize()
Definition ParticipantList.h:24
List< unsigned int > getDeckSize()
Definition ParticipantList.h:16
List< SharedPointer< CombatParticipant > > * getPartList()
Definition ParticipantList.h:8
void setPartList(List< SharedPointer< CombatParticipant > > *val)
Definition ParticipantList.h:12
List< unsigned int > getTreasureCardAmount()
Definition ParticipantList.h:32
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86