获取属性接口

This commit is contained in:
2025-11-09 11:38:38 +08:00
parent e45fa5b862
commit 6ac9e059fb

View File

@@ -424,3 +424,7 @@ function _deepcopy(obj, copies) {
return newObj;
}
function sq_GetCharacterAttribute(address){
return L_sq_GetCharacterAttribute(address);
}