using Godot; using Rokojori; using System.Collections.Generic; using Rokojori.Extensions; namespace Rokojori { public interface UIHoverable { public void SetUnhovered(); } }