少年修仙传服务端代码子仓库
hxp
2023-07-10 5bca9ccdabaacdc676e331bbdf0c7caaa833d351
提交 | 用户 | age
d2a82b 1 // A5 1C 聚魂合成 #tagCMGatherSoulCompound
X 2
3 struct    tagCMGatherSoulCompound
4 {
5     tagHead        Head;
6     BYTE        Cnt;
7     BYTE        PackList[Cnt];    //所在位置 0-背包 1-孔
8     WORD        IndexList[Cnt];    //物品索引
9     DWORD        TagItemID;    //合成目标物品ID
10 };