2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/JewelSocketWrenchElements.h>
4#include <Cyrus/Classes/PropertyClass.h>
8 List<JewelSocketWrenchElements>
getRules() {
9 return *
reinterpret_cast<List<JewelSocketWrenchElements>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 void setRules(List<JewelSocketWrenchElements> val) {
13 *
reinterpret_cast<List<JewelSocketWrenchElements>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
Definition JewelSocketWrenchRules.h:6
List< JewelSocketWrenchElements > getRules()
Definition JewelSocketWrenchRules.h:8
void setRules(List< JewelSocketWrenchElements > val)
Definition JewelSocketWrenchRules.h:12
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86