| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: Fish |
| | | // [ Date ]: Thursday, February 14, 2019 |
| | | // [ Date ]: Thursday, April 11, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public readonly string selectIcon; |
| | | public readonly string unselectIcon; |
| | | public readonly int skillid; |
| | | public readonly string desc; |
| | | public readonly string description; |
| | | public readonly string jobName; |
| | | public readonly string jobSign; |
| | | |
| | | public CreateRoleConfig() |
| | | { |
| | |
| | | |
| | | int.TryParse(tables[3],out skillid); |
| | | |
| | | desc = tables[4]; |
| | | description = tables[4]; |
| | | |
| | | jobName = tables[5]; |
| | | |
| | | jobSign = tables[6]; |
| | | } |
| | | catch (Exception ex) |
| | | { |