#282 version the common directory

This commit is contained in:
Mikayla Fischler
2023-07-30 20:46:04 -04:00
parent 9ce75eb4bd
commit 1a64591256
4 changed files with 24 additions and 34 deletions

View File

@@ -7,6 +7,9 @@ local cc_strings = require("cc.strings")
---@class util
local util = {}
-- scada-common version
util.version = "1.0.0"
-- ENVIRONMENT CONSTANTS --
util.TICK_TIME_S = 0.05