2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/InfractionEvent.h>
4#include <Cyrus/Classes/InfractionPenaltyInfo.h>
5#include <Cyrus/Classes/PropertyClass.h>
10 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
14 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 List<SharedPointer<InfractionEvent>> *
getEvents() {
18 return reinterpret_cast<List<SharedPointer<InfractionEvent>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
21 void setEvents(List<SharedPointer<InfractionEvent>> * val) {
22 *
reinterpret_cast<List<SharedPointer<InfractionEvent>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
26 return reinterpret_cast<List<SharedPointer<InfractionPenaltyInfo>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
29 void setPenalties(List<SharedPointer<InfractionPenaltyInfo>> * val) {
30 *
reinterpret_cast<List<SharedPointer<InfractionPenaltyInfo>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
Definition InfractionCategory.h:7
List< SharedPointer< InfractionEvent > > * getEvents()
Definition InfractionCategory.h:17
void setPenalties(List< SharedPointer< InfractionPenaltyInfo > > *val)
Definition InfractionCategory.h:29
void setEvents(List< SharedPointer< InfractionEvent > > *val)
Definition InfractionCategory.h:21
std::string getCategory()
Definition InfractionCategory.h:9
List< SharedPointer< InfractionPenaltyInfo > > * getPenalties()
Definition InfractionCategory.h:25
void setCategory(std::string val)
Definition InfractionCategory.h:13
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86