少年修仙传服务端代码子仓库
xdh
2019-04-13 27ff1c385f024f4f166ef4965183d40d500567f4
提交 | 用户 | 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 };