From e7dfbec8e8634e767d78959941daf71a96e021cf Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 7 Apr 2021 19:10:30 +0800 Subject: =?UTF-8?q?*=E7=A7=BB=E5=8A=A8=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/CustomInputModule.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Assets/Scripts/CustomInputModule.cs (limited to 'Assets/Scripts/CustomInputModule.cs') 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(); + } +} -- cgit v1.1-26-g67d0