Add informations

This commit is contained in:
2026-02-20 10:42:39 +01:00
parent a9cdeb1724
commit 5ec70bf3ea

View File

@@ -10,6 +10,9 @@ struct GameInfos {
float defaultFogDensity; float defaultFogDensity;
float fogMaxOpacity; float fogMaxOpacity;
float Health; float Health;
float Stamina;
float Mana;
float Sanity;
bool consoleEnabled; bool consoleEnabled;
}; };