| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: 第二世界 |
| | | // [ Date ]: Tuesday, December 18, 2018 |
| | | // [ Date ]: Friday, January 04, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using UnityEngine; |
| | |
| | | public string AttrInfo3 { get ; private set; }
|
| | | public string AttrInfo4 { get ; private set; }
|
| | | public string AttrInfo5 { get ; private set; }
|
| | | public int sort { get ; private set ; } |
| | | public string sort { get ; private set; } |
| | | |
| | | public override string getKey() |
| | | { |
| | |
| | |
|
| | | AttrInfo5 = rawContents[5].Trim();
|
| | |
|
| | | sort=IsNumeric(rawContents[6]) ? int.Parse(rawContents[6]):0; |
| | | sort = rawContents[6].Trim(); |
| | | } |
| | | catch (Exception ex) |
| | | { |