summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Test 1/TestInput.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Test 1/TestInput.cs')
-rw-r--r--Assets/Scripts/Test 1/TestInput.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Assets/Scripts/Test 1/TestInput.cs b/Assets/Scripts/Test 1/TestInput.cs
deleted file mode 100644
index 1a43f108..00000000
--- a/Assets/Scripts/Test 1/TestInput.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class TestInput : MonoBehaviour
-{
-
- private void Update()
- {
- InputManager.Instance.OnUpdate();
- }
-
-}