Cyrus Mod Loader
Loading...
Searching...
No Matches
AddMatchUpdate.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ArenaMatchInfo.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/TournamentUpdate.h>
6
8public:
9 SharedPointer<ArenaMatchInfo> * getMatchInfo() { // Property Generated Getter
10 return reinterpret_cast<SharedPointer<ArenaMatchInfo> *>(reinterpret_cast<uintptr_t>(this) + 0x48);
11 }
12
13 void setMatchInfo(SharedPointer<ArenaMatchInfo> * val) { // Property Generated Setter
14 *reinterpret_cast<SharedPointer<ArenaMatchInfo> **>(reinterpret_cast<uintptr_t>(this) + 0x48) = val;
15 }
16
17};
Definition AddMatchUpdate.h:7
SharedPointer< ArenaMatchInfo > * getMatchInfo()
Definition AddMatchUpdate.h:9
void setMatchInfo(SharedPointer< ArenaMatchInfo > *val)
Definition AddMatchUpdate.h:13
Definition TournamentUpdate.h:5