Files
ReshadePluginsCore/external/includes/Cheats.h

12 lines
154 B
C
Raw Normal View History

2026-01-04 19:23:12 +01:00
enum class Cheat : int {
all = 1,
2026-02-11 19:10:13 +01:00
None,
2026-01-04 19:23:12 +01:00
TimeDilation,
GodMode,
2026-01-06 11:33:49 +01:00
IgnoreHits,
2026-02-19 21:32:28 +01:00
Stealth,
Stamina,
2026-03-18 10:59:50 +01:00
Mana,
2026-04-11 09:30:09 +02:00
Boost,
2026-03-18 10:59:50 +01:00
Other
2026-01-04 19:23:12 +01:00
};