forked from github/server
11 lines
131 B
Lua
11 lines
131 B
Lua
|
-- Astralraum
|
||
|
|
||
|
astral = {}
|
||
|
|
||
|
function astral.update()
|
||
|
print('spawn braineaters')
|
||
|
spawn_braineaters(0.25)
|
||
|
end
|
||
|
|
||
|
return astral
|