少年修仙传服务端代码子仓库
xdh
2018-08-20 cfcd0d70aeb4ba0ea80051b9833f46406ab48593
提交 | 用户 | age
ed7b73 1 // A3 46 大师经验信息 #tagMCGreatMasterExp
H 2
3 struct    tagMCGreatMasterExp
4 {
5     tagHead        Head;
6     WORD        MasterExpPoint;        //当前大师经验点
7     DWORD        CurMasterEXP;        //当前大师经验, 不包含经验点的
8 };