From 30ba2ef747ced774bef177d5273cb5a3429cff49 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期二, 01 七月 2025 17:38:55 +0800 Subject: [PATCH] 130 子 【战斗】战斗系统 / 【战斗】战斗系统-客户端 部分战斗逻辑 --- Main/System/Team/TeamHero.cs | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Main/System/Team/TeamHero.cs b/Main/System/Team/TeamHero.cs index 91cf827..e545671 100644 --- a/Main/System/Team/TeamHero.cs +++ b/Main/System/Team/TeamHero.cs @@ -1,17 +1,15 @@ -public class TeamHero +public partial class TeamHero { public HeroInfo heroInfo; public TeamBase teamBase; public int heroIndex; - public void MergeProperties() - { - if (heroInfo == null) - { - return; - } + // 鏈�缁堝睘鎬� 褰撳墠灞炴�у簲璇ユ槸瑕佸湪杩欎竴灞傜殑 - } + public int GetPower() + { + return heroInfo.CalculatePower(); + } } \ No newline at end of file -- Gitblit v1.8.0