aboutsummaryrefslogtreecommitdiff
path: root/JamHelper/Assets/JamUtils/Scripts/Input/LiteInputManager/LiteInputManager.cs
blob: c2f6c2607cf8c22c7d45e23085d1555561dc3926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace JamUtils
{

    public class LiteInputManager : MonoBehaviour
    {


        private void Update()
        {
            
        }

    }

}