hch
5 天以前 ec27e582378fff589000a6c2ebade49e58fd2032
Main/Config/Configs/OrderInfoConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           Tuesday, March 24, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -24,8 +24,6 @@
   public float UsdMoney;
   public string StoreOrderInfo;
   public string StoreOrderInfo2;
   public string Name;
   public string StoreOrderInfo3;
    public override int LoadKey(string _key)
    {
@@ -52,10 +50,6 @@
         StoreOrderInfo = tables[6];
         StoreOrderInfo2 = tables[7];
         Name = tables[8];
         StoreOrderInfo3 = tables[9];
        }
        catch (Exception exception)
        {