少年修仙传服务端代码子仓库
xdh
2019-04-23 9e7d28dcef82b296e645fd63140f4c679ad323af
提交 | 用户 | age
ed7b73 1 // A5 C0 神兽穿戴装备 #tagCMDogzEquipItem
H 2
a99d81 3 struct    tagCMDogzEquipItem
ed7b73 4
H 5 {
6     tagHead        Head;
7     BYTE        DogzID;    // 神兽ID
eec519 8     BYTE        EquipIndexCount;
H 9     BYTE        EquipIndexList[EquipIndexCount];    //神兽装备所在神兽背包索引列表
ed7b73 10 };