12 lines
161 B
C#
12 lines
161 B
C#
![]() |
|
||
|
using Godot;
|
||
|
using Rokojori;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public interface UIHoverable
|
||
|
{
|
||
|
public void SetUnhovered();
|
||
|
}
|
||
|
}
|