From f138171138feb9cb8e823d64209e7d9a2e709ebc Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sat, 11 Apr 2026 09:30:09 +0200 Subject: [PATCH] Add boost cheat --- external/includes/Cheats.h | 1 + 1 file changed, 1 insertion(+) diff --git a/external/includes/Cheats.h b/external/includes/Cheats.h index 5ef9bad..c7a1609 100644 --- a/external/includes/Cheats.h +++ b/external/includes/Cheats.h @@ -7,5 +7,6 @@ enum class Cheat : int { Stealth, Stamina, Mana, + Boost, Other }; \ No newline at end of file