| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月5日
|
| | | // [ Date ]: Tuesday, March 24, 2026
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public float UsdMoney;
|
| | | public string StoreOrderInfo;
|
| | | public string StoreOrderInfo2;
|
| | | public string Name;
|
| | | public string StoreOrderInfo3;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | StoreOrderInfo = tables[6];
|
| | |
|
| | | StoreOrderInfo2 = tables[7];
|
| | |
|
| | | Name = tables[8];
|
| | |
|
| | | StoreOrderInfo3 = tables[9];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|