13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
|
|
/*
|
||
|
|
文件名:procAppend_Mage.nut
|
||
|
|
路径:procAppend/procAppend_Mage.nut
|
||
|
|
创建日期:2022-09-04 20:20
|
||
|
|
文件用途:女法师Proc循环函数
|
||
|
|
*/
|
||
|
|
function procAppend_Mage(obj) {
|
||
|
|
if (!obj)
|
||
|
|
return;
|
||
|
|
procAppend_All(obj);
|
||
|
|
|
||
|
|
return 1;
|
||
|
|
}
|