2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/TieredSpellGroup.h>
9 return reinterpret_cast<List<SharedPointer<TieredSpellGroup>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<List<SharedPointer<TieredSpellGroup>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition TieredSpellConfig.h:6
List< SharedPointer< TieredSpellGroup > > * getTieredSpellGroupList()
Definition TieredSpellConfig.h:8
void setTieredSpellGroupList(List< SharedPointer< TieredSpellGroup > > *val)
Definition TieredSpellConfig.h:12