rj-action-library/Runtime/UI/Nodes/UIHoverable.cs

12 lines
161 B
C#

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