diff --git a/Assets/Cryville/Common/Unity/Input/UnityKeyHandler.cs b/Assets/Cryville/Common/Unity/Input/UnityKeyHandler.cs index 17fdf20..a371624 100644 --- a/Assets/Cryville/Common/Unity/Input/UnityKeyHandler.cs +++ b/Assets/Cryville/Common/Unity/Input/UnityKeyHandler.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using UnityEngine; -using unity = UnityEngine; namespace Cryville.Common.Unity.Input { public class UnityKeyHandler : InputHandler where T : UnityKeyReceiver {