From 09bc892c7283df8757a07b646d5af21ddaa263d1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 18:22:34 +0800
Subject: [PATCH] 164 天子的考验-客户端

---
 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