7 lines
140 B
Lua
7 lines
140 B
Lua
|
|
local HomeLandHud = {}
|
||
|
|
|
||
|
|
function HomeLandHud:ReceiveBeginPlay()
|
||
|
|
self:PushWidget("HomeLandMain")
|
||
|
|
end
|
||
|
|
|
||
|
|
return Class(nil, nil, HomeLandHud)
|