Add cooldown alert

This commit is contained in:
M. David
2022-08-19 12:15:20 +02:00
parent d44084bdf9
commit d50e4f6ff2
3 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- ACTIONBAR_UPDATE_COOLDOWN
function(allstates, e)
aura_env.processEvent(allstates)
return true
end