| 提交 | 用户 | 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 | }; |