少年修仙传服务端代码子仓库
xdh
2019-02-20 449cd771906e9aa24016c0bdd2f0b60c9a75c364
提交 | 用户 | age
a9c2c6 1 // A5 20 时装分解 #tagCMCoatDecompose
X 2
3 struct    tagCMCoatDecompose
4 {
5     tagHead        Head;
6     BYTE        Count;        //材料所在背包索引的数量
7     WORD        IndexList[Count];    //材料所在背包索引列表
8     DWORD        ItemIDList[Count];    //材料所在背包物品ID列表
9 };