From 380b4d2e5bc2a589858288db2bc5bf0d060afe97 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 22 十二月 2023 16:50:46 +0800 Subject: [PATCH] 10050 【后端】角色(Face相关处理) --- ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h b/ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h index c2757ec..190f030 100644 --- a/ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h +++ b/ServerPack/GameServerPack/HB3_PlayerSocial/tagGCAnswerPlayerShortInfo.h @@ -10,4 +10,5 @@ BYTE OnlineType; //在线状态, 0 不在线 1在线 BYTE IsInTeam; //是否有队伍 DWORD ServerGroupID; //服务器组ID + DWORD Face; //基本脸型 }; -- Gitblit v1.8.0