summaryrefslogtreecommitdiff
path: root/Assets/Scripts/CustomInputModule.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-04-07 19:10:30 +0800
committerchai <chaifix@163.com>2021-04-07 19:10:30 +0800
commite7dfbec8e8634e767d78959941daf71a96e021cf (patch)
tree58895a7c60df0bd3f316e6461051eabd1c0a51e1 /Assets/Scripts/CustomInputModule.cs
parentff5a3fbf31db349db11bbc5c60ba199d26780f19 (diff)
*移动目录
Diffstat (limited to 'Assets/Scripts/CustomInputModule.cs')
-rw-r--r--Assets/Scripts/CustomInputModule.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Assets/Scripts/CustomInputModule.cs b/Assets/Scripts/CustomInputModule.cs
new file mode 100644
index 0000000..c41eb63
--- /dev/null
+++ b/Assets/Scripts/CustomInputModule.cs
@@ -0,0 +1,14 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using UnityEngine.EventSystems;
+
+public class CustomInputModule : BaseInputModule
+{
+ public override void Process()
+ {
+
+
+ // throw new System.NotImplementedException();
+ }
+}