From b1b14c45ce95dcf7b81867d68d6006345d98959e Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 15 Oct 2020 05:41:48 +0800 Subject: *input system --- Assets/Scripts/Input/CommandType.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Assets/Scripts/Input/CommandType.cs (limited to 'Assets/Scripts/Input/CommandType.cs') diff --git a/Assets/Scripts/Input/CommandType.cs b/Assets/Scripts/Input/CommandType.cs deleted file mode 100644 index 3c537383..00000000 --- a/Assets/Scripts/Input/CommandType.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - - -public enum Command -{ - // 方向键 - Left, - Right, - Top, - Bottom, - - // 操作键 - Triangle, // △ - Cross, // × - Square, // □ - Circle, // ○ -} - - -- cgit v1.1-26-g67d0