2019-11-01 03:44:56 +01:00

20 lines
317 B
Lua

local context = G.botContext
local Panels = context.Panels
Panels.Attacking = function(parent)
context.setupUI([[
Panel
id: attacking
height: 150
BotLabel
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
text: Attacking
]], parent)
end