diff options
author | chai <chaifix@163.com> | 2020-10-15 05:41:48 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-15 05:41:48 +0800 |
commit | b1b14c45ce95dcf7b81867d68d6006345d98959e (patch) | |
tree | 50f9fb13aea169c1db0213c2c068d19771f4aab5 /Assets/Scripts/Input/CommandType.cs | |
parent | 0d221e6c05d59d812d494f05b9916d85650032eb (diff) |
*input system
Diffstat (limited to 'Assets/Scripts/Input/CommandType.cs')
-rw-r--r-- | Assets/Scripts/Input/CommandType.cs | 21 |
1 files changed, 0 insertions, 21 deletions
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, // ○
-}
-
-
|