| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: 第二世界 |
| | | // [ Date ]: Wednesday, January 17, 2018 |
| | | // [ Date ]: Wednesday, December 19, 2018 |
| | | //-------------------------------------------------------- |
| | | |
| | | using UnityEngine; |
| | |
| | | public string JadeReward { get ; private set; } |
| | | public int CostCopper { get ; private set ; } |
| | | public string CopperReward { get ; private set; } |
| | | public string JobItem { get ; private set; } |
| | | public string RewardList { get ; private set; } |
| | | |
| | | public override string getKey() |
| | |
| | | |
| | | CopperReward = rawContents[7].Trim(); |
| | | |
| | | RewardList = rawContents[8].Trim(); |
| | | JobItem = rawContents[8].Trim();
|
| | | |
| | | RewardList = rawContents[9].Trim(); |
| | | } |
| | | catch (Exception ex) |
| | | { |