Move
This commit is contained in:
7
FreshShit/PersonalCooldownAnnouncer/event.lua
Normal file
7
FreshShit/PersonalCooldownAnnouncer/event.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- TICKER_500
|
||||
function(e)
|
||||
for _, spell in ipairs(aura_env.spells) do
|
||||
---@cast spell Spell
|
||||
spell:Update()
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user