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