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