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