From 5ec70bf3eae67ecb66d6f5aeffb400cdca7294d5 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Fri, 20 Feb 2026 10:42:39 +0100 Subject: [PATCH] Add informations --- includes/GameInformations.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/GameInformations.h b/includes/GameInformations.h index a636882..3c771dc 100644 --- a/includes/GameInformations.h +++ b/includes/GameInformations.h @@ -10,6 +10,9 @@ struct GameInfos { float defaultFogDensity; float fogMaxOpacity; float Health; + float Stamina; + float Mana; + float Sanity; bool consoleEnabled; };