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