Add retry to rio

This commit is contained in:
2024-06-05 20:07:29 +02:00
parent 3e36ad5ae0
commit 03f4b7ff4d
4 changed files with 18 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ aura_env.me = UnitName("player")
aura_env.reading = false
aura_env.fullMessage = {}
aura_env.displayString = ""
aura_env.messageSent = false
---@class ScoreColorer
---@field colors table<number, Color>