From 71c03c717b189ee0ff0e62d219f02b8ab336c40a Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 13 Oct 2020 17:20:14 +0800 Subject: +ability system --- Assets/Scripts/Input/CommandType.cs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create 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 new file mode 100644 index 00000000..3c537383 --- /dev/null +++ b/Assets/Scripts/Input/CommandType.cs @@ -0,0 +1,21 @@ +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