Moving some things over to the InputData system.
This commit is contained in:
9
Assets/Scripts/InputHelper.cs
Normal file
9
Assets/Scripts/InputHelper.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class InputHelper : MonoBehaviour
|
||||
{
|
||||
protected void Update()
|
||||
{
|
||||
InputData.Update( Time.unscaledTime );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user