allowed more settings to be floating point numbers

This commit is contained in:
Monica Moniot
2022-11-30 14:54:55 -05:00
parent dce5d2e460
commit f5cd2d1c52
3 changed files with 9 additions and 9 deletions

View File

@@ -80,8 +80,8 @@
---@field public update_rate int
---@field public r_threshold int
---@field public network_flag int
---@field public warmup_time int
---@field public stuck_train_time int
---@field public warmup_time double
---@field public stuck_train_time double
---@type CybersynModSettings
mod_settings = {}