少年修仙传服务端代码子仓库
xdh
2018-09-27 7980fdbd8406fa3686cedcc39988519b3ee50941
提交 | 用户 | age
ed7b73 1 //A3 2C 装备分解 #tagCMEquipDecompose
H 2
3 struct    tagCMEquipDecompose
4 {
5     tagHead        Head;
6     BYTE        IndexCount;        //材料所在背包索引的数量
7     BYTE        IndexList[IndexCount];    //材料所在背包索引列表
8 };