少年修仙传服务端代码子仓库
hxp
2019-06-28 9f8b9531503668a2c6dd272b939a2ba8ebc46f18
提交 | 用户 | age
ed7b73 1 //A3 01 装备强化 #tagEquipPlus
H 2 struct    tagEquipPlus
3 {
4     tagHead        Head;
5     BYTE        PackType;        //背包类型:rptItem, rptEquip, rptPetEquip1~5
6     WORD        ItemIndex;        //物品在背包中索引
7 };