UGCProjects/BoltGods/Script/Global/WidgetManager/A_WidgetManagerInclude.lua

13 lines
235 B
Lua
Raw Normal View History

2025-01-04 23:00:19 +08:00
local Prefix = "Script.Global.WidgetManager."
-- 工具集
require(Prefix .. 'WidgetConfig')
if not UE_SERVER then
require(Prefix .. 'WidgetManager')
end
function UnableWidgetManager()
WidgetConfig = nil;
WidgetManager = nil;
end