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