少年修仙传服务端代码子仓库
hxp
2023-07-10 5bca9ccdabaacdc676e331bbdf0c7caaa833d351
提交 | 用户 | age
ee8a78 1 // A3 31 装备神装拆解 #tagCMEquipShenDecompose
H 2
3 struct    tagCMEquipShenDecompose
4 {
5     tagHead        Head;
6     BYTE        Count;        //所在背包索引的数量
7     WORD        IndexList[Count];    //所在背包索引列表
8 };