From 8c1184fced045f133de6cc7fe55deb38e1884812 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期六, 13 四月 2019 11:30:50 +0800
Subject: [PATCH] Merge branch 'master' into HazyRegion

---
 System/MainInterfacePanel/IsShowXpButton.cs |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/System/MainInterfacePanel/IsShowXpButton.cs b/System/MainInterfacePanel/IsShowXpButton.cs
index c3ad3df..da422b8 100644
--- a/System/MainInterfacePanel/IsShowXpButton.cs
+++ b/System/MainInterfacePanel/IsShowXpButton.cs
@@ -5,9 +5,9 @@
 using UnityEngine;
 using System.Collections;
 using UnityEngine.UI;
-
 using System.Collections.Generic;
 using System;
+
 //鏄惁鏄剧ずXP
 namespace Snxxz.UI
 {
@@ -72,10 +72,7 @@
             Skill.OnSkillCDFinished -= OnSkillCDFinished;
             Skill.OnSkillCast -= OnSkillCast;
             PlayerMainDate.Event_XpSkill -= OPenXpSkill;
-
-
         }
-
 
         private void OPenXpSkill()//鑾峰緱鎶�鑳�
         {
@@ -112,9 +109,7 @@
                     m_UiEffect.Play();
                 }
             }
-
         }
-
 
         private void StorageList()
         {
@@ -127,9 +122,9 @@
                 {
                     ProhibitedToRelease.Add(int.Parse(list[i]));
                 }
-
             }
         }
+
     }
 
 }

--
Gitblit v1.8.0