Add health to struct

This commit is contained in:
2026-02-01 21:51:08 +01:00
parent 47fa6c68b9
commit a1dad06a49

View File

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