少年修仙传服务端代码子仓库
提交 | 用户 | age
ed7b73 1 //A3 21 使用特殊运营物品 #tagCMUseSpecialItem
H 2
3 struct tagCMUseSpecialItem
4 {
5     tagHead        Head;
6     BYTE        SpeicalItemType;   //特殊运营物品类型,0打折卡,1多选礼包
7     int        ItemID;                  //物品ID
8     BYTE        ItemIndex;            //物品在背包中的索引位置
9     BYTE        Select;                 //选择,只对多选礼包有用    
10 };