zworld-em/Plugins/UnLua/Config/LuaTemplates/UserWidget.lua
2025-05-11 22:07:21 +08:00

25 lines
307 B
Lua

--
-- DESCRIPTION
--
-- @COMPANY **
-- @AUTHOR **
-- @DATE ${date} ${time}
--
---@type ClassName
local M = UnLua.Class()
--function M:Initialize(Initializer)
--end
--function M:PreConstruct(IsDesignTime)
--end
-- function M:Construct()
-- end
--function M:Tick(MyGeometry, InDeltaTime)
--end
return M