hch
2025-07-23 2336d5e71a6ed9c00f9a86c29d7aa33b9a1e38d5
Main/Config/Configs/InitialFunctionConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年5月19日
//    [  Date ]:           Friday, June 27, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -28,6 +28,7 @@
    public override void LoadConfig(string input)
    {
        try {
        string[] tables = input.Split('\t');
        KEY = tables[0];
@@ -40,5 +41,10 @@
         Numerical4 = tables[4];
         Numerical5 = tables[5];
        }
        catch (Exception exception)
        {
            Debug.LogError(exception);
        }
    }
}