少年修仙传服务端代码子仓库
xdh
2019-07-02 6e2d1b47765e5dfcc080b6afc23eea176ef2f5d5
提交 | 用户 | age
ed7b73 1 //A3 2C 装备分解 #tagCMEquipDecompose
H 2
3 struct    tagCMEquipDecompose
4 {
5     tagHead        Head;
730d61 6     BYTE        Count;        //材料所在背包索引的数量
X 7     WORD        IndexList[Count];    //材料所在背包索引列表
8     DWORD        ItemIDList[Count];    //材料所在背包物品ID列表
9     BYTE        IsAuto;        //是否自动分解
ed7b73 10 };