From 5be723ed15a279ffce02aece4bacc155a2530d5c Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Sat, 31 Oct 2020 17:13:12 +0800
Subject: [PATCH] 木属性小怪

---
 Assets/Scripts/Guide/GuidePanel.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/Guide/GuidePanel.cs b/Assets/Scripts/Guide/GuidePanel.cs
index 10148de..ee3dbad 100644
--- a/Assets/Scripts/Guide/GuidePanel.cs
+++ b/Assets/Scripts/Guide/GuidePanel.cs
@@ -508,7 +508,6 @@
     #endregion
 
     #region 拖动效果
-    private float dragTimer = 1f;
     private void ShowDragPath(Vector2 startP, RectTransform endP)
     {
         if (!dragHandImg.gameObject.activeSelf)

--
Gitblit v1.9.1