local HomeLandHud = {}
function HomeLandHud:ReceiveBeginPlay()
self:ShowWidget("HomeLandMain")
end
return Class(nil, nil, HomeLandHud)