公告板
版本库
filestore
活动
搜索
登录
main
/
Project_SG_PyNetPack
三国卡牌服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
0312 调整结构简化为 只有 Client和Server概念
hch
2025-06-04
362248ca8bd3d5304df84444c8d04a7456cc5cc0
[Project_SG_PyNetPack.git]
/
ClientPack
/
CA5_Function
/
PlayerGetReward.h
1
2
3
4
5
6
7
8
9
10
11
//A5 04 Íæ¼ÒÁìÈ¡½±Àø #tagCMPlayerGetReward
struct tagCMPlayerGetReward
{
tagHead Head;
BYTE RewardType; //½±ÀøÀàÐÍ
DWORD DataEx; //¸½´øÐÅÏ¢
BYTE DataExStrLen; //¸½¼Ó×Ö·ûÐÅÏ¢³¤¶È
char DataExStr[DataExStrLen]; //¸½¼Ó×Ö·ûÐÅÏ¢
};