少年修仙传服务端代码子仓库
xdh
2019-07-02 6e2d1b47765e5dfcc080b6afc23eea176ef2f5d5
提交 | 用户 | 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 };