xdh
2018-09-27 22489d3056252bbd7c81fd05b6cce956d4cc736b
PySysDB/PySysDBPY.h
@@ -1269,3 +1269,12 @@
   WORD   HighestLV;   // 推荐最高等级
   DWORD   Defense;   // 推荐防御
};
//天赋技能表
struct tagTalentSkill
{
   DWORD      _SkillID;   //技能ID
   BYTE      TalentType;   //天赋类型
   BYTE      Series;   //天赋系别
};