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