少年修仙传服务端代码子仓库
hxp
2021-04-13 8f4dc6a8a0e91372d0c4cb40cd0f357bf4be34ce
提交 | 用户 | age
d2a82b 1 // A5 18 聚魂升级 #tagCMGatherSoulUp
X 2 struct    tagCMGatherSoulUp
3 {
4     tagHead        Head;
5     BYTE        PlaceType;    // 位置类型;0-背包,1-孔
6     WORD        PlaceIndex;    // 位置索引
7 };