2022-08-11 03:37:40 +03:00

8 lines
115 B
C#

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