2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/BehaviorTemplate.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Enums/TimerType.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;
18 return *
reinterpret_cast<TimerType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
22 *
reinterpret_cast<TimerType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
Definition BehaviorTemplate.h:13
Definition TimedItemBehaviorTemplate.h:7
std::string getExpireTime()
Definition TimedItemBehaviorTemplate.h:9
TimerType getTimerType()
Definition TimedItemBehaviorTemplate.h:17
void setTimerType(TimerType val)
Definition TimedItemBehaviorTemplate.h:21
void setExpireTime(std::string val)
Definition TimedItemBehaviorTemplate.h:13