更新加密写人物属性 装备属性 接口
This commit is contained in:
parent
4e2fd47d4b
commit
42fa6a03ef
|
|
@ -430,3 +430,11 @@ function sq_GetCharacterAttribute(address) {
|
||||||
function sq_GetCharacterEquipAttribute(offest, Slot) {
|
function sq_GetCharacterEquipAttribute(offest, Slot) {
|
||||||
return L_sq_GetCharacterAttribute(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);
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue