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 |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/Main/Config/Configs/PlayerPropertyConfig.cs b/Main/Config/Configs/PlayerPropertyConfig.cs
index 626e8a3..1e9fa88 100644
--- a/Main/Config/Configs/PlayerPropertyConfig.cs
+++ b/Main/Config/Configs/PlayerPropertyConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           Tuesday, August 5, 2025
+//    [  Date ]:           2025骞�8鏈�9鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -20,7 +20,6 @@
 	public string Name;
 	public string ShowName;
 	public int ISPercentage;
-	public int type;
 	public int decimalCount;
 	public int showType;
 	public int showSequence;
@@ -45,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