7 lines
218 B
Lua
7 lines
218 B
Lua
|
local XUiMoeWarAnimationTips = XLuaUiManager.Register(XLuaUi, "UiMoeWarAnimationTips")
|
||
|
|
||
|
function XUiMoeWarAnimationTips:OnStart()
|
||
|
self:PlayAnimationWithMask("AnimStart",function ()
|
||
|
self:Close()
|
||
|
end)
|
||
|
end
|