Files
HelixJump/Assets/Scripts/IInputReader.cs
2025-12-10 18:02:47 -08:00

7 lines
85 B
C#

using UnityEngine;
public interface IInputReader
{
Vector2 DragInput { get; }
}