| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年9月4日
|
| | | // [ Date ]: 2025年12月16日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public Dictionary<int, int> GridNumMaxLimitInfo;
|
| | | public int AwardMoneyType;
|
| | | public int AwardMoneyValue;
|
| | | public int WishOpen;
|
| | | public Dictionary<int, int> WishLibSelect;
|
| | | public string ProbabilityDisplay;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | |
| | |
|
| | | int.TryParse(tables[14],out AwardMoneyValue);
|
| | |
|
| | | ProbabilityDisplay = tables[15];
|
| | | int.TryParse(tables[15],out WishOpen); |
| | |
|
| | | WishLibSelect = ConfigParse.ParseIntDict(tables[16]); |
| | |
|
| | | ProbabilityDisplay = tables[17];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|