| | |
| | | |
| | | public int skillTypeId { get ; private set ; }
|
| | | public int totalTime { get ; private set ; }
|
| | | public string[] spriteKeys; |
| | | public string[] spriteKeys;
|
| | | public string descriptionIcon { get ; private set; } |
| | | |
| | | public override string getKey() |
| | | { |
| | |
| | |
|
| | | totalTime=IsNumeric(rawContents[1]) ? int.Parse(rawContents[1]):0;
|
| | |
|
| | | spriteKeys = rawContents[2].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries); |
| | | spriteKeys = rawContents[2].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries);
|
| | | |
| | | descriptionIcon = rawContents[3].Trim(); |
| | | } |
| | | catch (Exception ex) |
| | | { |