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