17 lines
284 B
Lua
17 lines
284 B
Lua
---@meta
|
|
|
|
---@type Frame
|
|
UIParent = {}
|
|
|
|
---@type table<string, fun(arg: string)>
|
|
SlashCmdList = {}
|
|
|
|
---@type Frame
|
|
BattlefieldMinimap = {}
|
|
---@type Frame
|
|
BattlefieldMinimapBackground = {}
|
|
---@type Button
|
|
BattlefieldMinimapCloseButton = {}
|
|
---@type Frame
|
|
BattlefieldMinimapCorner = {}
|