公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
10361 【越南】【英语】【BT】【砍树】仙匠大会 - 服务端(榜单奖励增加积分达标额外奖励;)
hxp
2025-01-16
e20184ca7ff31ddd021909703637c1abd4b12dfd
[SnxxPyNetPack.git]
/
GameServerToMapServer
/
GameFunc
/
GMPlayerCache.h
1
2
3
4
5
6
7
8
9
10
11
// 03 03 Íæ¼Ò»º´æÐÅϢͬ²½ #tagGMPlayerCache
struct tagGMPlayerCache
{
tagHead Head;
DWORD PlayerID; //Íæ¼ÒID
DWORD FindPlayerID; //Òª²éѯµÄÍæ¼ÒID
WORD PropDataSize;
char PropData[PropDataSize]; //ÊôÐԼǼ
WORD PlusDataSize;
char PlusData[PlusDataSize]; //À©Õ¹¼Ç¼
};