From f98aa189816cd544b03e35e0ee51dfb480b90677 Mon Sep 17 00:00:00 2001 From: Simon Jackson Date: Wed, 21 Dec 2016 18:50:42 +0000 Subject: [PATCH] A little tidying of the ScrollSnap base script, nothing to see here :D --HG-- branch : develop_5.3 --- Scripts/Layout/ScrollSnapBase.cs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Scripts/Layout/ScrollSnapBase.cs b/Scripts/Layout/ScrollSnapBase.cs index 81478cb..58ffd14 100644 --- a/Scripts/Layout/ScrollSnapBase.cs +++ b/Scripts/Layout/ScrollSnapBase.cs @@ -1,8 +1,6 @@ -using UnityEngine; -using System.Collections; -using UnityEngine.EventSystems; -using System; +using System; using UnityEngine.Events; +using UnityEngine.EventSystems; namespace UnityEngine.UI.Extensions { @@ -24,9 +22,7 @@ namespace UnityEngine.UI.Extensions [Tooltip("The currently active page")] internal int _currentPage; internal int _previousPage; - - - + [Serializable] public class SelectionChangeStartEvent : UnityEvent { } [Serializable]