17 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
	
|  | /* | ||
|  | 文件名:DrawMainCustomUi_Gunner.nut | ||
|  | 路径:DrawMainCustomUi/DrawMainCustomUi_Gunner.nut | ||
|  | 创建日期:2022-09-04	20:19 | ||
|  | 文件用途:男枪手界面绘制函数 | ||
|  | */ | ||
|  | function drawMainCustomUI_Gunner(obj) { | ||
|  |     if (!obj) | ||
|  |         return; | ||
|  |     drawMainCustomUI_All(obj); | ||
|  | } | ||
|  | 
 | ||
|  | function drawCustomUI_Gunner(obj) { | ||
|  |     if (!obj) | ||
|  |         return; | ||
|  |     drawCustomUI_All(obj); | ||
|  | } |