2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<unsigned char*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
20 *
reinterpret_cast<unsigned char*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
Definition MatchTeamResult.h:5
unsigned char getTeamResolution()
Definition MatchTeamResult.h:15
gid getTeamID()
Definition MatchTeamResult.h:7
void setTeamID(gid val)
Definition MatchTeamResult.h:11
void setTeamResolution(unsigned char val)
Definition MatchTeamResult.h:19
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86