#52 basic reactor unit object

This commit is contained in:
Mikayla Fischler
2022-05-21 12:24:43 -04:00
parent 61965f295d
commit 3f4fb63029
4 changed files with 321 additions and 56 deletions

View File

@@ -22,6 +22,15 @@ local types = {}
---@field reactor integer
---@field rsio table|nil
-- ENUMERATION TYPES --
---@alias TRI_FAIL integer
types.TRI_FAIL = {
OK = 0,
PARTIAL = 1,
FULL = 2
}
-- STRING TYPES --
---@alias rtu_t string