|  |  |  | 
|---|
|  |  |  | //-------------------------------------------------------- | 
|---|
|  |  |  | //    [Author]:           YYL | 
|---|
|  |  |  | //    [  Date ]:           2025年8月4日 | 
|---|
|  |  |  | //    [  Date ]:           2025年9月1日 | 
|---|
|  |  |  | //-------------------------------------------------------- | 
|---|
|  |  |  |  | 
|---|
|  |  |  | using System.Collections.Generic; | 
|---|
|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | static MainLevelConfig() | 
|---|
|  |  |  | { | 
|---|
|  |  |  | if (isInit) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | LazyInit(); | 
|---|
|  |  |  | // 访问过静态构造函数 | 
|---|
|  |  |  | visit = true; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public int LevelID; | 
|---|
|  |  |  | 
|---|
|  |  |  | public int[] WaveLineupIDList6; | 
|---|
|  |  |  | public int[] BossLineupIDList; | 
|---|
|  |  |  | public int[][] AwardItemList; | 
|---|
|  |  |  | public long FightPower; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public override int LoadKey(string _key) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | AwardItemList = JsonMapper.ToObject<int[][]>(tables[10].Replace("(", "[").Replace(")", "]")); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | long.TryParse(tables[11],out FightPower); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | catch (Exception exception) | 
|---|
|  |  |  | { | 
|---|