111
This commit is contained in:
13
procAppend/procAppend_DemonicSwordman.nut
Normal file
13
procAppend/procAppend_DemonicSwordman.nut
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
文件名:procAppend_DemonicSwordman.nut
|
||||
路径:procAppend/procAppend_DemonicSwordman.nut
|
||||
创建日期:2022-09-04 20:19
|
||||
文件用途:黑暗武士Proc循环函数
|
||||
*/
|
||||
function procAppend_DemonicSwordman(obj) {
|
||||
if (!obj)
|
||||
return;
|
||||
procAppend_All(obj);
|
||||
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user