Skip to content

Commit

Permalink
[CN UPDATE] Client:2.2.01 Data:24-02-06-16-52-58-51f4ae
Browse files Browse the repository at this point in the history
  • Loading branch information
MuelsyseBot_v1 committed Feb 7, 2024
1 parent 4512db1 commit 6ab9e8a
Show file tree
Hide file tree
Showing 13 changed files with 766 additions and 50 deletions.
8 changes: 8 additions & 0 deletions zh_CN/gamedata/[uc]lua/base/dialog/UIBase.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
UIBase = Class("UIBase");


function UIBase.GetLuaLayout(go)
if go == nil then
return nil
end
return go:GetComponent("Torappu.Lua.LuaLayout")
end



function UIBase:Initialize(gobj, parent)
self.m_destroyed = false;
Expand Down
Loading

0 comments on commit 6ab9e8a

Please sign in to comment.