| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: Fish |
| | | // [ Date ]: Wednesday, July 03, 2019 |
| | | // [ Date ]: Thursday, July 04, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public readonly int id;
|
| | | public readonly int quality;
|
| | | public readonly int effect;
|
| | | public readonly int uiScale; |
| | | public readonly int uiScale;
|
| | | public readonly int offsetY; |
| | | |
| | | public ReikiRootEffectConfig() |
| | | { |
| | |
| | |
|
| | | int.TryParse(tables[3],out effect);
|
| | |
|
| | | int.TryParse(tables[4],out uiScale); |
| | | int.TryParse(tables[4],out uiScale); |
| | |
|
| | | int.TryParse(tables[5],out offsetY); |
| | | } |
| | | catch (Exception ex) |
| | | { |