获取属性接口

This commit is contained in:
Lenheart 2025-11-09 11:38:38 +08:00
parent e45fa5b862
commit 6ac9e059fb
1 changed files with 10 additions and 6 deletions

View File

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