Cyrus Mod Loader
Loading...
Searching...
No Matches
ShadowSpellEffect.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 int getInitialBacklash() { // Property Generated Getter
10 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0xF0);
11 }
12
13 void setInitialBacklash(int val) { // Property Generated Setter
14 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0xF0) = val;
15 }
16
17};
Definition EffectListSpellEffect.h:6
Definition ShadowSpellEffect.h:7
void setInitialBacklash(int val)
Definition ShadowSpellEffect.h:13
int getInitialBacklash()
Definition ShadowSpellEffect.h:9