mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
hopefully fix compile error & fix pausesafezone?
This commit is contained in:
@@ -99,6 +99,12 @@ public:
|
||||
return Get<int>(PlayersLeftOffset);
|
||||
}
|
||||
|
||||
bool& IsSafeZonePaused()
|
||||
{
|
||||
static auto bSafeZonePausedOffset = this->GetOffset("bSafeZonePaused");
|
||||
return this->Get<bool>(bSafeZonePausedOffset);
|
||||
}
|
||||
|
||||
EAthenaGamePhase& GetGamePhase()
|
||||
{
|
||||
static auto GamePhaseOffset = GetOffset("GamePhase");
|
||||
|
||||
Reference in New Issue
Block a user