From 75cb894f95cffb22e96335b6b541baaa3daf6e00 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 14 八月 2018 10:51:18 +0800
Subject: [PATCH] 2493 【前端】必定掉落物品框下方显示文本,文本配置

---
 System/FindPrecious/BossIntroduceBehaviour.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/System/FindPrecious/BossIntroduceBehaviour.cs b/System/FindPrecious/BossIntroduceBehaviour.cs
index 847284a..cda2e3e 100644
--- a/System/FindPrecious/BossIntroduceBehaviour.cs
+++ b/System/FindPrecious/BossIntroduceBehaviour.cs
@@ -13,7 +13,7 @@
 
     public class BossIntroduceBehaviour : MonoBehaviour
     {
-        [SerializeField] FindPreciousType m_FindPreciousType = FindPreciousType.WorldBoss;
+        [SerializeField] protected FindPreciousType m_FindPreciousType = FindPreciousType.WorldBoss;
         [SerializeField] Transform m_ContainerReward;
         [SerializeField] Transform m_ContainerBossInfo;
 
@@ -32,7 +32,7 @@
         float confirmDelay = 0.3f;
         float confirmTimer = 0f;
         int tempBossId = 0;
-        int bossId = 0;
+        protected int bossId = 0;
 
         public void Display(int _bossId, bool _immediately)
         {
@@ -92,7 +92,7 @@
             m_BossAbility.Display(bossId);
         }
 
-        private void DrawReward()
+        protected virtual void DrawReward()
         {
             UI3DModelExhibition.Instance.StopShowNPC();
             m_ViewType = ViewType.Reward;

--
Gitblit v1.8.0