| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月4日
|
| | | // [ Date ]: Tuesday, September 16, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | {
|
| | | static HeroBreakConfig()
|
| | | {
|
| | | if (isInit)
|
| | | {
|
| | | return;
|
| | | }
|
| | | LazyInit();
|
| | | // 访问过静态构造函数
|
| | | visit = true; |
| | | }
|
| | |
|
| | | public int BreakID;
|
| | |
| | | public int[] AttrIDList;
|
| | | public int[] AttrValueList;
|
| | | public int SkillID;
|
| | | public string SkillIName;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | }
|
| | |
|
| | | int.TryParse(tables[5],out SkillID);
|
| | |
|
| | | SkillIName = tables[6];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|