From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Config/Configs/PlayerPropertyConfig.cs |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/Main/Config/Configs/PlayerPropertyConfig.cs b/Main/Config/Configs/PlayerPropertyConfig.cs
index 347811a..1e9fa88 100644
--- a/Main/Config/Configs/PlayerPropertyConfig.cs
+++ b/Main/Config/Configs/PlayerPropertyConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�8鏈�4鏃�
+//    [  Date ]:           2025骞�8鏈�9鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -12,18 +12,14 @@
 {
     static PlayerPropertyConfig()
     {
-        if (isInit)
-        {
-            return;
-        }
-        LazyInit();
+        // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+        visit = true; 
     }
 
     public int ID;
 	public string Name;
 	public string ShowName;
 	public int ISPercentage;
-	public int type;
 	public int decimalCount;
 	public int showType;
 	public int showSequence;
@@ -48,17 +44,15 @@
 
 			int.TryParse(tables[3],out ISPercentage); 
 
-			int.TryParse(tables[4],out type); 
+			int.TryParse(tables[4],out decimalCount); 
 
-			int.TryParse(tables[5],out decimalCount); 
+			int.TryParse(tables[5],out showType); 
 
-			int.TryParse(tables[6],out showType); 
+			int.TryParse(tables[6],out showSequence); 
 
-			int.TryParse(tables[7],out showSequence); 
+			desc = tables[7];
 
-			desc = tables[8];
-
-			Parameter = tables[9];
+			Parameter = tables[8];
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0