| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年6月17日
|
| | | // [ Date ]: Friday, June 27, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public partial class TreasureItemLibConfig : ConfigBase<int, TreasureItemLibConfig>
|
| | | {
|
| | |
|
| | | public int LibID;
|
| | | public int ID;
|
| | | public int LibID;
|
| | | public int ItemID;
|
| | | public int ItemCount;
|
| | |
|
| | |
| | | {
|
| | | try {
|
| | | string[] tables = input.Split('\t');
|
| | | int.TryParse(tables[0],out LibID); |
| | | int.TryParse(tables[0],out ID); |
| | |
|
| | | int.TryParse(tables[1],out ItemID); |
| | | int.TryParse(tables[1],out LibID); |
| | |
|
| | | int.TryParse(tables[2],out ItemCount); |
| | | int.TryParse(tables[2],out ItemID); |
| | |
|
| | | int.TryParse(tables[3],out ItemCount); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|