少年修仙传服务端代码子仓库
hxp
2021-10-21 1c42380e97bbba6013e2c73dbf9be45bc7bc2b08
提交 | 用户 | age
5dfa5f 1 // B3 09 魅力贡献榜查看 #tagCGCharmOfferBillboardQuery
H 2
3 struct    tagCGCharmOfferBillboardQuery
4 {
5     tagHead        Head;
6     DWORD        PlayerID;        // 魅力玩家ID
7     BYTE        QueryType;    // 查看类型: 1-总榜,2-周榜,3-日榜
8     BYTE        QueryCount;    // 查看名次数量,最大255
9 };