2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/BehaviorTemplate.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
Definition BehaviorTemplate.h:13
Definition PvP5thAgeKioskBehaviorTemplate.h:6
void setLeagueType(std::string val)
Definition PvP5thAgeKioskBehaviorTemplate.h:20
std::string getLeagueType()
Definition PvP5thAgeKioskBehaviorTemplate.h:16
std::string getKioskName()
Definition PvP5thAgeKioskBehaviorTemplate.h:8
void setKioskName(std::string val)
Definition PvP5thAgeKioskBehaviorTemplate.h:12