少年修仙传服务端代码子仓库
hxp
2018-11-24 7f19b08a9d54dfcd64e3858a5eebb3132db87fc9
提交 | 用户 | age
f44f0b 1 // A3 21 祈福丹药结果 #tagMCPrayElixirResult
X 2 struct    tagMCPrayElixirResult
3 {
4     tagHead        Head;
5     DWORD        ItemID;    // 物品ID
6397e2 6     BYTE        PrayCnt;    // 今日祈福次数
f44f0b 7 };