| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: 第二世界 |
| | | // [ Date ]: Wednesday, September 12, 2018 |
| | | // [ Date ]: Monday, September 17, 2018 |
| | | //-------------------------------------------------------- |
| | | |
| | | using UnityEngine; |
| | |
| | | public int Display { get ; private set ; }
|
| | | public int RedPointLV { get ; private set ; }
|
| | | public int RedPointPercentage { get ; private set ; }
|
| | | public int FrameLevel { get ; private set ; } |
| | | public int FrameLevel { get ; private set ; }
|
| | | public int OpenNumber { get ; private set ; } |
| | | |
| | | public override string getKey() |
| | | { |
| | |
| | |
|
| | | RedPointPercentage=IsNumeric(rawContents[12]) ? int.Parse(rawContents[12]):0;
|
| | |
|
| | | FrameLevel=IsNumeric(rawContents[13]) ? int.Parse(rawContents[13]):0; |
| | | FrameLevel=IsNumeric(rawContents[13]) ? int.Parse(rawContents[13]):0; |
| | | |
| | | OpenNumber=IsNumeric(rawContents[14]) ? int.Parse(rawContents[14]):0; |
| | | } |
| | | catch (Exception ex) |
| | | { |