Add game setting threshold (for delays)
This commit is contained in:
@@ -7,5 +7,6 @@ enum class GameSetting : int {
|
||||
FogDensity,
|
||||
FogMaxOpacity,
|
||||
WorldTimeDilation,
|
||||
AITimeDilation
|
||||
AITimeDilation,
|
||||
Threshold
|
||||
};
|
||||
Reference in New Issue
Block a user