17 lines
		
	
	
		
			404 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			404 B
		
	
	
	
		
			Plaintext
		
	
	
	
| /*
 | |
| 文件名:DrawMainCustomUi_DemonicSwordman.nut
 | |
| 路径:DrawMainCustomUi/DrawMainCustomUi_DemonicSwordman.nut
 | |
| 创建日期:2022-09-04	20:19
 | |
| 文件用途:黑暗武士界面绘制函数
 | |
| */
 | |
| function drawMainCustomUI_DemonicSwordman(obj) {
 | |
|     if (!obj)
 | |
|         return;
 | |
|     drawMainCustomUI_All(obj);
 | |
| }
 | |
| 
 | |
| function drawCustomUI_DemonicSwordman(obj) {
 | |
|     if (!obj)
 | |
|         return;
 | |
|     drawCustomUI_All(obj);
 | |
| } |