2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/HousingBlobObject.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
Definition HousingBlobCustomObject.h:6
std::string getCustomData()
Definition HousingBlobCustomObject.h:8
void setCustomData(std::string val)
Definition HousingBlobCustomObject.h:12
Definition HousingBlobObject.h:5