namespace Sasalka; public interface IUseable { public void Use(); bool CanUse(); float Cooldown { get; } }