From 5c6d49f48e70fd37919e948468a1c24d5aa2990e Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 12 四月 2019 21:09:24 +0800
Subject: [PATCH] 6498 【前端】【2.0】主界面技能转盘修改

---
 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