using UnityEngine; public interface IInputReader { Vector2 dragInput{get;} float clickInput { get;} bool isclicked { get;} bool isBlocked { get; set; } }