| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月5日
|
| | | // [ Date ]: 2025年8月7日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int BookInitAddPer;
|
| | | public int BookStarAddPer;
|
| | | public int BookBreakLVAddPer;
|
| | | public int[][] DismissReturnItems;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[9],out BookStarAddPer);
|
| | |
|
| | | int.TryParse(tables[10],out BookBreakLVAddPer);
|
| | |
|
| | | DismissReturnItems = JsonMapper.ToObject<int[][]>(tables[11].Replace("(", "[").Replace(")", "]")); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|