| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: 第二世界 |
| | | // [ Date ]: Thursday, January 10, 2019 |
| | | // [ Date ]: Wednesday, January 23, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using UnityEngine; |
| | |
| | | public string Description { get ; private set; }
|
| | | public int jump { get ; private set ; }
|
| | | public int order { get ; private set ; }
|
| | | public int DailyQusetId { get ; private set ; } |
| | | public int DailyQusetId { get ; private set ; }
|
| | | public int SpecialDisplayType { get ; private set ; } |
| | | |
| | | public override string getKey() |
| | | { |
| | |
| | |
|
| | | order=IsNumeric(rawContents[4]) ? int.Parse(rawContents[4]):0;
|
| | |
|
| | | DailyQusetId=IsNumeric(rawContents[5]) ? int.Parse(rawContents[5]):0; |
| | | DailyQusetId=IsNumeric(rawContents[5]) ? int.Parse(rawContents[5]):0; |
| | | |
| | | SpecialDisplayType=IsNumeric(rawContents[6]) ? int.Parse(rawContents[6]):0; |
| | | } |
| | | catch (Exception ex) |
| | | { |