From 61bc9a6cc5024b1122f498c9e629504db681ea1a Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 03 十二月 2018 20:15:56 +0800
Subject: [PATCH] 5196 【前端】【1.3.100】boss争夺战继续争夺按钮代码优化,图片根据聊天框上下移动进行变化

---
 System/MainInterfacePanel/ExperienceOpenWin.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/MainInterfacePanel/ExperienceOpenWin.cs b/System/MainInterfacePanel/ExperienceOpenWin.cs
index 5867275..d57d9e1 100644
--- a/System/MainInterfacePanel/ExperienceOpenWin.cs
+++ b/System/MainInterfacePanel/ExperienceOpenWin.cs
@@ -42,7 +42,7 @@
             billionsExperience = 0;
             unitExperience = 0;
             PlayerMainDate.Event_Experience += OnExperience;
-            ChatTip.Inst.OnChatUpEvent += OnChatUpEvent;
+            ChatTip.OnChatUpEvent += OnChatUpEvent;
             PositionModification(ChatTip.Inst.IsChatUp);
         }
 
@@ -55,7 +55,7 @@
         protected override void OnPreClose()
         {
             PlayerMainDate.Event_Experience -= OnExperience;
-            ChatTip.Inst.OnChatUpEvent -= OnChatUpEvent;
+            ChatTip.OnChatUpEvent -= OnChatUpEvent;
         }
 
         protected override void OnAfterClose()

--
Gitblit v1.8.0