少年修仙传服务端代码子仓库
xdh
2019-07-02 6e2d1b47765e5dfcc080b6afc23eea176ef2f5d5
提交 | 用户 | age
ed7b73 1 //A3 2E 羽翼精炼 #tagCMWingUp
H 2
3 struct    tagCMWingUp
4 {
5     tagHead        Head;
6     BYTE    Count;  //索引个数
7     BYTE    WingIndexList[Count]; //材料翅膀在背包中的索引列表
8 };