少年修仙传服务端代码子仓库
提交 | 用户 | age
ed7b73 1 //A1 05 元宝消费记录 #tagMCGoldCostReport
H 2
3 struct    tagMCGoldCostReport
4 {
5     tagHead        Head;
6     DWORD        CostType;    // 消费点标记
7     DWORD        ItemID;        // 消费的物品id
8     DWORD        Price;        // 消费元宝数
9 };