少年修仙传服务端代码子仓库
xdh
2018-09-27 7980fdbd8406fa3686cedcc39988519b3ee50941
提交 | 用户 | 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 };