summaryrefslogtreecommitdiff
path: root/Assets/Scripts/CustomInputModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/CustomInputModule.cs')
-rw-r--r--Assets/Scripts/CustomInputModule.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Assets/Scripts/CustomInputModule.cs b/Assets/Scripts/CustomInputModule.cs
deleted file mode 100644
index c41eb63..0000000
--- a/Assets/Scripts/CustomInputModule.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using UnityEngine.EventSystems;
-
-public class CustomInputModule : BaseInputModule
-{
- public override void Process()
- {
-
-
- // throw new System.NotImplementedException();
- }
-}