更新加密写人物属性 装备属性 接口

This commit is contained in:
Lenheart 2025-12-19 22:00:46 +08:00
parent 4e2fd47d4b
commit 42fa6a03ef
1 changed files with 8 additions and 0 deletions

View File

@ -430,3 +430,11 @@ function sq_GetCharacterAttribute(address) {
function sq_GetCharacterEquipAttribute(offest, Slot) {
return L_sq_GetCharacterAttribute(offest, Slot);
}
function sq_SetCharacterAttribute(address, Value) {
L_sq_SetCharacterAttribute(address, Value);
}
function sq_SetCharacterEquipAttribute(offest, Slot, Value) {
L_sq_SetCharacterAttribute(offest, Slot, Value);
}