8 lines
118 B
Lua
8 lines
118 B
Lua
-- TICKER_500
|
|
function()
|
|
for _, shield in pairs(Shields) do
|
|
shield:Update()
|
|
end
|
|
Display.Update()
|
|
return true
|
|
end |