forked from endernon/PGRData
5 lines
382 B
Lua
5 lines
382 B
Lua
|
--===========================================================================
|
||
|
---@desc 主界面供能详情界面
|
||
|
--===========================================================================
|
||
|
local XUiPivotCombatEffectArea = require("XUi/XUiPivotCombat/XUiPivotCombatEffectArea")
|
||
|
local XUiPivotCombatEffect = XLuaUiManager.Register(XUiPivotCombatEffectArea, "UiPivotCombatEffect")
|