| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年12月8日
|
| | | // [ Date ]: 2026年1月8日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int MoneyOriginal;
|
| | | public int UnlockType;
|
| | | public int UnlockValue;
|
| | | public int IsExclusive;
|
| | | public string Name;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | |
| | |
|
| | | int.TryParse(tables[12],out UnlockValue);
|
| | |
|
| | | Name = tables[13];
|
| | | int.TryParse(tables[13],out IsExclusive); |
| | |
|
| | | Name = tables[14];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|