From 22b9e001d648d83ce72e2941cb6f015c96eb1eb2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 09 九月 2024 18:04:10 +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