| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: Fish
|
| | | // [ Date ]: Thursday, February 14, 2019
|
| | | // [ Date ]: Thursday, April 25, 2019
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | |
|
| | | public readonly int id;
|
| | | public readonly int npcId;
|
| | | public readonly string icon;
|
| | | public readonly string name;
|
| | | public readonly string content;
|
| | | public readonly int nextID;
|
| | |
| | |
|
| | | int.TryParse(tables[1],out npcId);
|
| | |
|
| | | icon = tables[2];
|
| | | name = tables[2];
|
| | |
|
| | | name = tables[3];
|
| | | content = tables[3];
|
| | |
|
| | | content = tables[4];
|
| | | int.TryParse(tables[4],out nextID); |
| | |
|
| | | int.TryParse(tables[5],out nextID); |
| | |
|
| | | int.TryParse(tables[6],out TalkID); |
| | | int.TryParse(tables[5],out TalkID); |
| | | }
|
| | | catch (Exception ex)
|
| | | {
|