From e95a97e663ba46ed474c89425dd92516a0d9b7dd Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 20 十月 2025 15:06:43 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts
---
Main/System/Battle/StoryBossBattleWin.cs | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/Main/System/Battle/StoryBossBattleWin.cs b/Main/System/Battle/StoryBossBattleWin.cs
index 1cb29f2..1c3db8a 100644
--- a/Main/System/Battle/StoryBossBattleWin.cs
+++ b/Main/System/Battle/StoryBossBattleWin.cs
@@ -27,6 +27,19 @@
public RendererAdjuster buttonsAdjuster;
+ public BossLifeBar bossLifeBar;
+
+
+ public SkillWordCell[] skillWordCells;
+
+ public BossHeadCell bossHeadCell;
+
+ public Text txtBossName;
+
+ public Text txtBattleRound;
+
+ public TotalDamageDisplayer totalDamageDisplayer;
+
// 鐢熷懡鍛ㄦ湡
protected override void InitComponent()
{
--
Gitblit v1.8.0