8 lines
99 B
Lua
8 lines
99 B
Lua
---@meta
|
|
|
|
---@type Frame
|
|
UIParent = {}
|
|
|
|
---@type table<string, fun(arg: string)>
|
|
SlashCmdList = {}
|