获取属性接口
This commit is contained in:
parent
e45fa5b862
commit
6ac9e059fb
|
|
@ -424,3 +424,7 @@ function _deepcopy(obj, copies) {
|
||||||
|
|
||||||
return newObj;
|
return newObj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function sq_GetCharacterAttribute(address){
|
||||||
|
return L_sq_GetCharacterAttribute(address);
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue