少年修仙传服务端代码子仓库
hxp
2021-10-21 1c42380e97bbba6013e2c73dbf9be45bc7bc2b08
提交 | 用户 | age
e77d2a 1 // B3 12 提亲回应 #tagCGMarryResponse
H 2
3 struct    tagCGMarryResponse
4 {
5     tagHead        Head;
6     DWORD        ReqPlayerID;    // 提亲的玩家ID
7     BYTE        IsOK;    // 是否同意,0-否,1-是
8 };