少年修仙传服务端代码子仓库
hch
2019-03-26 509698eab007cb52788cd2da6f3f743ee47414d4
提交 | 用户 | age
dcfaed 1 // B2 06 玩家加点 #tagCMAddPoint
H 2
3 struct    tagCMAddPoint
4 {
5     tagHead         Head;
6     BYTE        PointAttrIDCount;    // 加点属性ID个数
7     BYTE        PointAttrIDList[PointAttrIDCount];    // 加点属性ID列表
8     WORD        PointValueList[PointAttrIDCount];    // 加点属性ID对应的点数列表
9 };