少年修仙传服务端代码子仓库
提交 | 用户 | age
91ba26 1 // A3 09 技能五行专精信息 #tagMCSkillElementInfo
X 2
3 struct    tagMCSkillElementData
4 {
5     DWORD    MainSkillID; // 主技能ID
6     DWORD    ElementSkillID; // 专精技能ID
7 };
8
9
10 struct    tagMCSkillElementInfo
11 {
12     tagHead    Head;
13     BYTE    Cnt;    // 数量
14     tagMCSkillElementData    InfoList[Cnt];
15 };