From f90bcf177217ad0e104bc811d576c1517b79758e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 09 一月 2026 11:04:57 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/Config/Configs/CTGConfig.cs | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Main/Config/Configs/CTGConfig.cs b/Main/Config/Configs/CTGConfig.cs
index 44e7f96..04e00b4 100644
--- a/Main/Config/Configs/CTGConfig.cs
+++ b/Main/Config/Configs/CTGConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�11鏈�9鏃�
+// [ Date ]: Friday, January 9, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -31,6 +31,7 @@
public int[][] SelectItemInfo;
public string Icon;
public int PayType;
+ public int SortNum;
public int Percentage;
public override int LoadKey(string _key)
@@ -73,7 +74,9 @@
int.TryParse(tables[14],out PayType);
- int.TryParse(tables[15],out Percentage);
+ int.TryParse(tables[15],out SortNum);
+
+ int.TryParse(tables[16],out Percentage);
}
catch (Exception exception)
{
--
Gitblit v1.8.0