From af6e207c6d185ed66125e85e18c02c63bea597f9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 22 十月 2025 14:25:56 +0800
Subject: [PATCH] 0312 mainwin的内部显示

---
 Main/System/Team/TeamBase.Properties.cs |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/Main/System/Team/TeamBase.Properties.cs b/Main/System/Team/TeamBase.Properties.cs
index 65df025..7dff15c 100644
--- a/Main/System/Team/TeamBase.Properties.cs
+++ b/Main/System/Team/TeamBase.Properties.cs
@@ -6,35 +6,38 @@
 
     //  闃靛瀷鍐呭崱鐗岀殑缇佺粖澧炵泭
 
+    public int fightPower = 0;
+
 	protected void UpdateProperties()
 	{
+		// YYL TODO
 		//	缇佺粖
-		for (int i = 0; i < teamHeros.Length; i++)
-		{
-			TeamHero hero = teamHeros[i];
-			if (null != hero)
-			{
-				for (int j = 0; j < hero.heroInfo.fetterInfoList.Count; j++)
-				{
-					hero.heroInfo.fetterInfoList[j].SetIsActiveFetter(this);
-				}
-			}
-		}
+		// for (int i = 0; i < teamHeros.Length; i++)
+		// {
+		// 	TeamHero hero = teamHeros[i];
+		// 	if (null != hero)
+		// 	{
+		// 		for (int j = 0; j < hero.heroInfo.fetterInfoList.Count; j++)
+		// 		{
+		// 			hero.heroInfo.fetterInfoList[j].SetIsActiveFetter(this);
+		// 		}
+		// 	}
+		// }
 
 		//	闃靛瀷
 
 
 		//	灞炴�ц绠�
-		for (int i = 0; i < teamHeros.Length; i++)
-		{
-			TeamHero hero = teamHeros[i];
-			if (null != hero)
-				hero.heroInfo.CalculateProperties();
-		}
+		// for (int i = 0; i < teamHeros.Length; i++)
+		// {
+		// 	TeamHero hero = teamHeros[i];
+		// 	if (null != hero)
+		// 		hero.heroInfo.CalculateProperties();
+		// }
 	}
 
     public void CalculatePower()
     {
-        
+        // fightPower//鐨勮绠�
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0