2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/CoreTemplate.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/SpellTemplate.h>
6#include <Cyrus/Enums/CastleMagicSpellTemplate__CastleMagicSpellEffect.h>
7#include <Cyrus/Enums/CastleMagicSpellTemplate__CastleMagicSpellType.h>
12 return *
reinterpret_cast<CastleMagicSpellTemplate__CastleMagicSpellType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x320);
16 *
reinterpret_cast<CastleMagicSpellTemplate__CastleMagicSpellType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x320) = val;
20 return *
reinterpret_cast<CastleMagicSpellTemplate__CastleMagicSpellEffect*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x324);
24 *
reinterpret_cast<CastleMagicSpellTemplate__CastleMagicSpellEffect*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x324) = val;
28 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x328);
32 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x328) = val;
36 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x348);
40 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x348) = val;
44 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x368);
48 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x368) = val;
Definition CastleMagicSpellTemplate.h:9
void setAnimationKFM(std::string val)
Definition CastleMagicSpellTemplate.h:31
void setEffectSchool(std::string val)
Definition CastleMagicSpellTemplate.h:47
std::string getEffectSchool()
Definition CastleMagicSpellTemplate.h:43
void setCastleMagicSpellType(CastleMagicSpellTemplate__CastleMagicSpellType val)
Definition CastleMagicSpellTemplate.h:15
void setCastleMagicSpellEffect(CastleMagicSpellTemplate__CastleMagicSpellEffect val)
Definition CastleMagicSpellTemplate.h:23
std::string getAnimationKFM()
Definition CastleMagicSpellTemplate.h:27
void setAnimationSequence(std::string val)
Definition CastleMagicSpellTemplate.h:39
CastleMagicSpellTemplate__CastleMagicSpellEffect getCastleMagicSpellEffect()
Definition CastleMagicSpellTemplate.h:19
CastleMagicSpellTemplate__CastleMagicSpellType getCastleMagicSpellType()
Definition CastleMagicSpellTemplate.h:11
std::string getAnimationSequence()
Definition CastleMagicSpellTemplate.h:35
Definition SpellTemplate.h:10