大厅接入
This commit is contained in:
7
Content/Lua/UI/UIHud/HomeLandHud.lua
Normal file
7
Content/Lua/UI/UIHud/HomeLandHud.lua
Normal file
@ -0,0 +1,7 @@
|
||||
local HomeLandHud = {}
|
||||
|
||||
function HomeLandHud:ReceiveBeginPlay()
|
||||
self:PushWidget("HomeLandMain")
|
||||
end
|
||||
|
||||
return Class(nil, nil, HomeLandHud)
|
||||
Reference in New Issue
Block a user