2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/CoreTemplate.h>
4#include <Cyrus/Classes/GoalTemplate.h>
5#include <Cyrus/Classes/PropertyClass.h>
10 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x208);
14 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x208) = val;
18 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x228);
22 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x228) = val;
Definition GoalTemplate.h:7
Definition PersonaGoalTemplate.h:7
void setPersonaName(std::string val)
Definition PersonaGoalTemplate.h:13
std::string getPersonaName()
Definition PersonaGoalTemplate.h:9
void setUsePatron(bool val)
Definition PersonaGoalTemplate.h:21
bool getUsePatron()
Definition PersonaGoalTemplate.h:17