Cyrus Mod Loader
Loading...
Searching...
No Matches
TargetCountSpellEffect.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/EffectListSpellEffect.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/SpellEffect.h>
6
8public:
9 List<SharedPointer<EffectListSpellEffect>> * getEffectLists() { // Property Generated Getter
10 return reinterpret_cast<List<SharedPointer<EffectListSpellEffect>> *>(reinterpret_cast<uintptr_t>(this) + 0xE0);
11 }
12
13 void setEffectLists(List<SharedPointer<EffectListSpellEffect>> * val) { // Property Generated Setter
14 *reinterpret_cast<List<SharedPointer<EffectListSpellEffect>> **>(reinterpret_cast<uintptr_t>(this) + 0xE0) = val;
15 }
16
17};
Definition SpellEffect.h:8
Definition TargetCountSpellEffect.h:7
List< SharedPointer< EffectListSpellEffect > > * getEffectLists()
Definition TargetCountSpellEffect.h:9
void setEffectLists(List< SharedPointer< EffectListSpellEffect > > *val)
Definition TargetCountSpellEffect.h:13