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

7 lines
140 B
Lua
Raw Normal View History

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