This commit is contained in:
lenheart
2024-10-11 23:56:27 +08:00
parent 91ff5af4f1
commit e82c5ceee3
24 changed files with 2033 additions and 36 deletions

View File

@@ -72,4 +72,9 @@ class Inven extends Base_C_Object {
SUser.SendUpdateItemList(1, 0, Slot);
return Ret;
}
//获取时装管理器
function GetAvatarItemMgr() {
return Sq_CallFunc(S_Ptr("0x80DD576"), "pointer", ["pointer"], this.C_Object);
}
}