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