From 701113cf63da4115f932b6cfb89cd52828ffa405 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 29 Jan 2022 22:31:47 +0800 Subject: *misc --- .../Input/LiteInputManager/LiteInputManager.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 JamHelper/Assets/JamTools/Scripts/Input/LiteInputManager/LiteInputManager.cs (limited to 'JamHelper/Assets/JamTools/Scripts/Input/LiteInputManager/LiteInputManager.cs') diff --git a/JamHelper/Assets/JamTools/Scripts/Input/LiteInputManager/LiteInputManager.cs b/JamHelper/Assets/JamTools/Scripts/Input/LiteInputManager/LiteInputManager.cs new file mode 100644 index 0000000..b1b41ad --- /dev/null +++ b/JamHelper/Assets/JamTools/Scripts/Input/LiteInputManager/LiteInputManager.cs @@ -0,0 +1,19 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace JamTools +{ + + public class LiteInputManager : MonoBehaviour + { + + + private void Update() + { + + } + + } + +} -- cgit v1.1-26-g67d0