公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端(增加查看其他指定仙盟/跨服仙盟支持;增加领取点赞奖励;修改仙盟轮次伤害计算规则受当前城...
hxp
2025-04-14
1ff584a12beb1fad24920e10812cde6ee4a416ad
[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]; //À©Õ¹¼Ç¼
};