using UnityEngine; public class InputHelper : MonoBehaviour { protected void Update() { InputData.Update( Time.unscaledTime ); } }