Add health to struct

This commit is contained in:
2026-02-01 20:38:38 +01:00
parent b6ec6e5bb5
commit a00ca539f7

View File

@@ -9,5 +9,6 @@ struct GameInfos {
float cameraOut;
float defaultFogDensity;
float fogMaxOpacity;
float Health;
bool consoleEnabled;
};