2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ParticipantParameter.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<List<ParticipantParameter>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<List<ParticipantParameter>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 unsigned __int64 getDuelID.full() {
17 return *
reinterpret_cast<unsigned __int64*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
20 void setDuelID.full(
unsigned __int64 val) {
21 *
reinterpret_cast<unsigned __int64*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
Definition CombatTimerListObj.h:6
List< ParticipantParameter > getTimeList()
Definition CombatTimerListObj.h:8
void setTimeList(List< ParticipantParameter > val)
Definition CombatTimerListObj.h:12
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86