| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2026年1月8日
|
| | | // [ Date ]: 2026年3月5日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int[][] ItemListEx;
|
| | | public int ResetType;
|
| | | public int LimitCnt;
|
| | | public int CostItemID;
|
| | | public int MoneyType;
|
| | | public int MoneyNum;
|
| | | public int MoneyOriginal;
|
| | |
| | |
|
| | | int.TryParse(tables[7],out LimitCnt);
|
| | |
|
| | | int.TryParse(tables[8],out MoneyType); |
| | | int.TryParse(tables[8],out CostItemID); |
| | |
|
| | | int.TryParse(tables[9],out MoneyNum); |
| | | int.TryParse(tables[9],out MoneyType); |
| | |
|
| | | int.TryParse(tables[10],out MoneyOriginal); |
| | | int.TryParse(tables[10],out MoneyNum); |
| | |
|
| | | int.TryParse(tables[11],out UnlockType); |
| | | int.TryParse(tables[11],out MoneyOriginal); |
| | |
|
| | | int.TryParse(tables[12],out UnlockValue); |
| | | int.TryParse(tables[12],out UnlockType); |
| | |
|
| | | int.TryParse(tables[13],out IsExclusive); |
| | | int.TryParse(tables[13],out UnlockValue); |
| | |
|
| | | Name = tables[14];
|
| | | int.TryParse(tables[14],out IsExclusive); |
| | |
|
| | | Name = tables[15];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|