using System.Collections; using UnityEngine; public interface IBinding { public bool IsPressed { get; } }