mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
broke up comms file, setup base coordinator code
This commit is contained in:
8
coordinator/coordinator.lua
Normal file
8
coordinator/coordinator.lua
Normal file
@ -0,0 +1,8 @@
|
||||
-- #REQUIRES comms.lua
|
||||
|
||||
-- coordinator communications
|
||||
function coord_comms()
|
||||
local self = {
|
||||
reactor_struct_cache = nil
|
||||
}
|
||||
end
|
Reference in New Issue
Block a user