2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/ShadowSpellEffect.h>
9 return reinterpret_cast<SharedPointer<ShadowSpellEffect> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<SharedPointer<ShadowSpellEffect> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
21 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition ShadowSpellTrackingData.h:6
int getRemainingTurns()
Definition ShadowSpellTrackingData.h:16
void setPSpellEffect(SharedPointer< ShadowSpellEffect > *val)
Definition ShadowSpellTrackingData.h:12
void setRemainingTurns(int val)
Definition ShadowSpellTrackingData.h:20
SharedPointer< ShadowSpellEffect > * getPSpellEffect()
Definition ShadowSpellTrackingData.h:8