| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: Fish |
| | | // [ Date ]: Wednesday, April 24, 2019 |
| | | // [ Date ]: Thursday, April 25, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public readonly string taskTitle;
|
| | | public readonly int chapterIndex;
|
| | | public readonly string description;
|
| | | public readonly string condition; |
| | | public readonly string condition;
|
| | | public readonly string unknown; |
| | | |
| | | public TreasureChapterConfig() |
| | | { |
| | |
| | |
|
| | | description = tables[4];
|
| | |
|
| | | condition = tables[5]; |
| | | condition = tables[5];
|
| | |
|
| | | unknown = tables[6]; |
| | | } |
| | | catch (Exception ex) |
| | | { |