Files
BusyRabbit/Content/Lua/UI/UIHud/HomeLandHud.lua

7 lines
143 B
Lua
Raw Normal View History

2025-07-12 13:07:01 +08:00
local HomeLandHud = {}
function HomeLandHud:ReceiveBeginPlay()
self:BP_PushWidget("HomeLandMain")
2025-07-12 13:07:01 +08:00
end
return Class(nil, nil, HomeLandHud)