diff options
author | chai <chaifix@163.com> | 2021-04-07 19:10:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-04-07 19:10:30 +0800 |
commit | e7dfbec8e8634e767d78959941daf71a96e021cf (patch) | |
tree | 58895a7c60df0bd3f316e6461051eabd1c0a51e1 /Assets/Scripts/CustomInputModule.cs | |
parent | ff5a3fbf31db349db11bbc5c60ba199d26780f19 (diff) |
*移动目录
Diffstat (limited to 'Assets/Scripts/CustomInputModule.cs')
-rw-r--r-- | Assets/Scripts/CustomInputModule.cs | 14 |
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();
+ } +} |