| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: 第二世界
|
| | | // [ Date ]: Thursday, August 16, 2018
|
| | | // [ Date ]: Monday, September 03, 2018
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using UnityEngine;
|
| | |
| | | public int UnLockFuncID { get ; private set ; }
|
| | | public int ActiveMWID { get ; private set ; }
|
| | | public string ItemAward { get ; private set; }
|
| | | public string DescriptionMainWin { get ; private set; } |
| | |
|
| | | public override string getKey()
|
| | | {
|
| | |
| | | ActiveMWID=IsNumeric(rawContents[7]) ? int.Parse(rawContents[7]):0;
|
| | |
|
| | | ItemAward = rawContents[8].Trim();
|
| | | |
| | | DescriptionMainWin = rawContents[9].Trim();
|
| | | }
|
| | | catch (Exception ex)
|
| | | {
|