This commit is contained in:
2025-05-04 23:56:53 +02:00
parent 3f65afd97a
commit d1c7f1ee31
3 changed files with 143 additions and 1 deletions

View File

@@ -5,3 +5,12 @@ UIParent = {}
---@type table<string, fun(arg: string)>
SlashCmdList = {}
---@type Frame
BattlefieldMinimap = {}
---@type Frame
BattlefieldMinimapBackground = {}
---@type Button
BattlefieldMinimapCloseButton = {}
---@type Frame
BattlefieldMinimapCorner = {}