| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: 2025年12月10日 |
| | | // [ Date ]: 2025年12月30日 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public int FatesLV; |
| | | public int NeedStarTotal; |
| | | public int NeedHeroCnt; |
| | | public int NeedQuality; |
| | | |
| | | public override int LoadKey(string _key) |
| | | { |
| | |
| | | int.TryParse(tables[3],out NeedStarTotal); |
| | | |
| | | int.TryParse(tables[4],out NeedHeroCnt); |
| | | |
| | | int.TryParse(tables[5],out NeedQuality); |
| | | } |
| | | catch (Exception exception) |
| | | { |