| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: 第二世界 |
| | | // [ Date ]: Monday, March 05, 2018 |
| | | // [ Date ]: Wednesday, October 31, 2018 |
| | | //-------------------------------------------------------- |
| | | |
| | | using UnityEngine; |
| | |
| | | public int RankA { get ; private set ; } |
| | | public int RankB { get ; private set ; } |
| | | public string Gift { get ; private set; } |
| | | public string Tip { get ; private set; } |
| | | |
| | | public override string getKey() |
| | | { |
| | |
| | | RankB=IsNumeric(rawContents[3]) ? int.Parse(rawContents[3]):0; |
| | | |
| | | Gift = rawContents[4].Trim(); |
| | | |
| | | Tip = rawContents[5].Trim(); |
| | | } |
| | | catch (Exception ex) |
| | | { |