rokojori_action_library/Runtime/UI/Nodes/UIHoverable.cs

13 lines
188 B
C#

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