18 lines
		
	
	
		
			366 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			366 B
		
	
	
	
		
			Plaintext
		
	
	
	
|  | /* | ||
|  | 文件名:DrawMainCustomUi_Priest.nut | ||
|  | 路径:DrawMainCustomUi/DrawMainCustomUi_Priest.nut | ||
|  | 创建日期:2022-09-04	20:20 | ||
|  | 文件用途:圣职者界面绘制函数 | ||
|  | */ | ||
|  | function drawMainCustomUI_Priest(obj) { | ||
|  |     if (!obj) | ||
|  |         return; | ||
|  |     drawMainCustomUI_All(obj); | ||
|  | } | ||
|  | 
 | ||
|  | 
 | ||
|  | function drawCustomUI_Priest(obj) { | ||
|  |     if (!obj) | ||
|  |         return; | ||
|  |     drawCustomUI_All(obj); | ||
|  | } |