broke up comms file, setup base coordinator code

This commit is contained in:
Mikayla Fischler
2022-03-25 12:17:46 -04:00
parent 2ee503946c
commit 5eaeb50000
8 changed files with 393 additions and 376 deletions

View File

@ -0,0 +1,8 @@
-- #REQUIRES comms.lua
-- coordinator communications
function coord_comms()
local self = {
reactor_struct_cache = nil
}
end