2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PromoRewardList.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
25 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
29 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
33 return *
reinterpret_cast<PromoRewardList*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8);
37 *
reinterpret_cast<PromoRewardList*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8) = val;
41 return *
reinterpret_cast<PromoRewardList*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x100);
45 *
reinterpret_cast<PromoRewardList*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x100) = val;
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86