| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: Fish
|
| | | // [ Date ]: 2024年5月17日
|
| | | // [ Date ]: 2025年3月14日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public readonly int BoxID;
|
| | | public readonly int BoxLV;
|
| | | public readonly string SelectList;
|
| | | public readonly string FixedItem;
|
| | | public readonly string Probability1;
|
| | | public readonly string Probability2;
|
| | | public readonly string JobItem;
|
| | |
|
| | | public ChestsAwardConfig()
|
| | |
| | |
|
| | | SelectList = tables[3];
|
| | |
|
| | | JobItem = tables[4];
|
| | | FixedItem = tables[4];
|
| | |
|
| | | Probability1 = tables[5];
|
| | |
|
| | | Probability2 = tables[6];
|
| | |
|
| | | JobItem = tables[7];
|
| | | }
|
| | | catch (Exception ex)
|
| | | {
|