公告板
版本库
filestore
活动
搜索
登录
main
/
Project_SG_PyNetPack
三国卡牌服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
629 【节假日活动】五一活动-服务端(签到活动;特卖活动补登录通知;)
hxp
2026-04-24
b1d60bd5d7c3ecf6e7fed2eb66a3b7ba8175303f
[Project_SG_PyNetPack.git]
/
ClientPack
/
CA1_Sys
/
tagUpdatePlayerName.h
1
2
3
4
5
6
7
8
9
10
//A1 22 ½ÇÉ«¸ÄÃû #tagUpdatePlayerName
struct tagUpdatePlayerName
{
tagHead Head;
BYTE NewNameLen;
char NewName[NewNameLen];
BYTE ItemIndex; //¸ÄÃûÎïÆ·ÔÚ±³°üÖеÄλÖÃ
DWORD ServerID;
};