UGCProjects/TwoPlayerDuel/Script/Global/WidgetManager/A_IncludeWidgetManager.lua

9 lines
181 B
Lua
Raw Normal View History

2025-01-04 23:00:19 +08:00
-- 需要包含的头目录
local Prefix = "Script.Global.WidgetManager."
require(Prefix .. 'WidgetLibrary')
require(Prefix .. 'WidgetConfig')
require(Prefix .. 'WidgetManager')