少年修仙传服务端代码子仓库
hxp
2020-12-03 ff4906a0ed4af101d61e7e8878103191ea290d25
提交 | 用户 | age
ed7b73 1 // A5 76 玩家炼丹 #tagCMPlayerRefine
H 2
27ff1c 3 struct    tagCMPlayerRefine
ed7b73 4 {
27ff1c 5     tagHead    Head;
X 6     DWORD    AlchemyID;    // 丹药ID
4644f4 7     WORD    AlchemyTimes;    // 丹药次数
27ff1c 8     BYTE    DoType;  // 0-学习 1-开始炼丹 2-停止炼丹 3-开炉取丹
ed7b73 9 };