Using statement cleanup

--HG--
branch : develop_5.2
pull/413/head
Simon (darkside) Jackson 2015-09-10 19:58:47 +01:00
parent c0f0786227
commit 188914dceb
1 changed files with 0 additions and 4 deletions

View File

@ -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))]