Code cleanup.

This commit is contained in:
2022-10-08 16:11:46 +08:00
parent 97eb5211b4
commit 2d7754f6af

View File

@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using UnityEngine;
using unity = UnityEngine;
namespace Cryville.Common.Unity.Input {
public class UnityKeyHandler<T> : InputHandler where T : UnityKeyReceiver<T> {