| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: Monday, May 11, 2026 |
| | | // [ Date ]: 2026年6月22日 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public int[][] PopItems; |
| | | public float[] OriginalPrices; |
| | | public float[] PercentageTexts; |
| | | public string[] GradientColor; |
| | | public string OutlineColor; |
| | | |
| | | public override int LoadKey(string _key) |
| | | { |
| | |
| | | float.TryParse(PercentageTextsStringArray[i],out PercentageTexts[i]); |
| | | } |
| | | } |
| | | |
| | | GradientColor = tables[7].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries); |
| | | |
| | | OutlineColor = tables[8]; |
| | | } |
| | | catch (Exception exception) |
| | | { |