公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
0312 排行榜Name2长度改为65
hch
2024-11-18
8dff1b6f1c1042e7e8a3a92014fb7dbc1e8e0dd7
[SnxxPyNetPack.git]
/
ClientPack
/
ClientToMapServer
/
CB2_NewFunction
/
AddPoint.h
1
2
3
4
5
6
7
8
9
// B2 06 Íæ¼Ò¼Óµã #tagCMAddPoint
struct tagCMAddPoint
{
tagHead Head;
BYTE PointAttrIDCount; // ¼ÓµãÊôÐÔID¸öÊý
BYTE PointAttrIDList[PointAttrIDCount]; // ¼ÓµãÊôÐÔIDÁбí
DWORD PointValueList[PointAttrIDCount]; // ¼ÓµãÊôÐÔID¶ÔÓ¦µÄµãÊýÁбí
};