From 188914dceb8b1651d28978c37b77ff2bf5544845 Mon Sep 17 00:00:00 2001 From: "Simon (darkside) Jackson" Date: Thu, 10 Sep 2015 19:58:47 +0100 Subject: [PATCH] Using statement cleanup --HG-- branch : develop_5.2 --- Scripts/AimerInputModule.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Scripts/AimerInputModule.cs b/Scripts/AimerInputModule.cs index 10a62b9..2f00b8a 100644 --- a/Scripts/AimerInputModule.cs +++ b/Scripts/AimerInputModule.cs @@ -1,10 +1,6 @@ /// Credit Chris Trueman /// Sourced from - http://forum.unity3d.com/threads/use-reticle-like-mouse-for-worldspace-uis.295271/ -using UnityEngine; -using UnityEngine.EventSystems; -using System.Collections.Generic; - namespace UnityEngine.EventSystems.Extensions { [RequireComponent(typeof(EventSystem))]