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