2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/SpellEffect.h>
9 return reinterpret_cast<List<SharedPointer<SpellEffect>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0xE0);
13 *
reinterpret_cast<List<SharedPointer<SpellEffect>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0xE0) = val;
Definition RandomSpellEffect.h:6
List< SharedPointer< SpellEffect > > * getEffectList()
Definition RandomSpellEffect.h:8
void setEffectList(List< SharedPointer< SpellEffect > > *val)
Definition RandomSpellEffect.h:12
Definition SpellEffect.h:8