enum class GameSetting : int {
FOV,
CameraDistance,
Sharpening,
HUD,
FogDensity,
FogMaxOpacity,
WorldTimeDilation,
AITimeDilation
};