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