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