From 2d7754f6af8a1eed953fa97836ff372057695375 Mon Sep 17 00:00:00 2001 From: PopSlime Date: Sat, 8 Oct 2022 16:11:46 +0800 Subject: [PATCH] Code cleanup. --- Assets/Cryville/Common/Unity/Input/UnityKeyHandler.cs | 1 - 1 file changed, 1 deletion(-) 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 {