Add informations

This commit is contained in:
2025-10-01 14:08:03 +02:00
parent 32d70926db
commit 7409b52f4f

View File

@@ -6,5 +6,7 @@ struct GameInfos {
float FOVOut;
float cameraIn;
float cameraOut;
float defaultFogDensity;
float fogMaxOpacity;
bool consoleEnabled;
};