少年修仙传服务端代码子仓库
xdh
2019-07-02 6e2d1b47765e5dfcc080b6afc23eea176ef2f5d5
提交 | 用户 | age
ed7b73 1 //A5 01  查看已申请加入的家族信息  #tagMCNotifyRequestJoinFamilyInfo
H 2
3 struct    tagRequestJoinFamily
4
5 {
6     DWORD        RequestFamilyID;        //申请的加入ID
7
8 };
9
10 struct    tagMCNotifyRequestJoinFamilyInfo
11 {
12     tagHead        Head;
13     BYTE        RequestCount;        //申请的数量
14     tagRequestJoinFamily    RequestAddFamilyInfo[RequestCount];        //size = RequestCount
15 };