using System.Collections; using System.Collections.Generic; using UnityEngine; public class TestInput : MonoBehaviour { private void Update() { InputManager.Instance.OnUpdate(); } }