少年修仙传服务端代码子仓库
hxp
2021-04-13 b9660ef1a8fd151897119f8320cdf31bba74f6cf
提交 | 用户 | age
ed7b73 1 //A5 02 坐骑选择 #tagPlayerChooseHorse
H 2
3 struct    tagPlayerChooseHorse
4 {
5     tagHead        Head;
158df3 6     BYTE        ChooseType;    // 1-按等阶,2-按幻化
H 7     BYTE        LVID;        // 阶等级或幻化ID
ed7b73 8 };