From cbc38fb241f0cf54ea93c8e092c3c5fc404d6be0 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 4 Jan 2026 21:18:49 +0100 Subject: [PATCH] Add cheat enumerations --- includes/GameFixes.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/GameFixes.h b/includes/GameFixes.h index d029a3d..ab70edb 100644 --- a/includes/GameFixes.h +++ b/includes/GameFixes.h @@ -17,5 +17,7 @@ enum class GameFixes : int { VolumetricFog, Sharpening, FilmGrain, - WorldTimeDilation + TimeDilation, + GodMode, + Invulnerable }; \ No newline at end of file