This commit is contained in:
2024-03-07 12:39:14 +01:00
parent 435055e556
commit e3ecf68c08
5 changed files with 3 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
-- TICKER_500
function(e)
for _, spell in ipairs(aura_env.spells) do
---@cast spell Spell
spell:Update()
end
end