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