少年修仙传服务端代码子仓库
提交 | 用户 | age
ed7b73 1 //B3 09 回复玩家简短信息 #tagGCAnswerPlayerShortInfo
H 2 struct    tagGCAnswerPlayerShortInfo
3 {
4     tagHead        Head;
5     DWORD        PlayerID;
6     char        PlayerName[33];
7     BYTE        Job;
8     WORD        LV;        //等级
9     WORD        RealmLV;        //境界
10     BYTE        OnlineType;    //在线状态, 0 不在线 1在线
11     BYTE        IsInTeam;    //是否有队伍
93aff1 12     DWORD        ServerGroupID;    //服务器组ID
ed7b73 13 };