| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: 第二世界 |
| | | // [ Date ]: Tuesday, July 31, 2018 |
| | | // [ Date ]: Wednesday, August 15, 2018
|
| | | //-------------------------------------------------------- |
| | | |
| | | using UnityEngine; |
| | |
| | | public string SalesStatus { get ; private set; }
|
| | | public int TheOnlyShop { get ; private set ; }
|
| | | public int RemindSuccess { get ; private set ; }
|
| | | public int IsHideSellOut { get ; private set ; }
|
| | | |
| | | public override string getKey()
|
| | | {
|
| | |
| | | TheOnlyShop=IsNumeric(rawContents[18]) ? int.Parse(rawContents[18]):0;
|
| | |
|
| | | RemindSuccess=IsNumeric(rawContents[19]) ? int.Parse(rawContents[19]):0;
|
| | | |
| | | IsHideSellOut=IsNumeric(rawContents[20]) ? int.Parse(rawContents[20]):0; |
| | | }
|
| | | catch (Exception ex)
|
| | | {
|