A little tidying of the ScrollSnap base script, nothing to see here :D

--HG--
branch : develop_5.3
release
Simon Jackson 2016-12-21 18:50:42 +00:00
parent 94f857d203
commit f98aa18981
1 changed files with 3 additions and 7 deletions

View File

@ -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
{
@ -25,8 +23,6 @@ namespace UnityEngine.UI.Extensions
internal int _currentPage;
internal int _previousPage;
[Serializable]
public class SelectionChangeStartEvent : UnityEvent { }
[Serializable]