大厅接入
This commit is contained in:
11
Content/Lua/HomeLand/UI/HomeLandMainUI.lua
Normal file
11
Content/Lua/HomeLand/UI/HomeLandMainUI.lua
Normal file
@ -0,0 +1,11 @@
|
||||
local GameplayStatics = import("GameplayStatics")
|
||||
local HomeLandMainUI = {}
|
||||
|
||||
function HomeLandMainUI:Construct()
|
||||
self.Gateway.OnClicked:Add(function()
|
||||
GameplayStatics.OpenLevel(self, "FalconPlain", false, "")
|
||||
end)
|
||||
|
||||
end
|
||||
|
||||
return Class(nil, nil, HomeLandMainUI)
|
||||
Reference in New Issue
Block a user