mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
proper module format
This commit is contained in:
parent
e3a4ed5363
commit
87de804a9e
@ -1,8 +1,12 @@
|
||||
local comms = require("scada-common.comms")
|
||||
|
||||
local coordinator = {}
|
||||
|
||||
-- coordinator communications
|
||||
function coord_comms()
|
||||
coordinator.coord_comms = function ()
|
||||
local self = {
|
||||
reactor_struct_cache = nil
|
||||
}
|
||||
end
|
||||
|
||||
return coordinator
|
||||
|
Loading…
Reference in New Issue
Block a user