2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/BehaviorInstance.h>
4#include <Cyrus/Classes/JewelVaultBehaviorBase.h>
5#include <Cyrus/Classes/PropertyClass.h>
10 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
14 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
Definition JewelVaultBehaviorBase.h:6
Definition JewelVaultBehavior.h:7
void setJewelData(std::string val)
Definition JewelVaultBehavior.h:13
std::string getJewelData()
Definition JewelVaultBehavior.h:9