rj-action-library/Runtime/UI/Styling/UIStylePropertyContainer.cs

11 lines
180 B
C#
Raw Normal View History

2024-08-09 13:52:49 +00:00
using Godot;
using Rokojori;
namespace Rokojori
{
public interface UIStylePropertyContainer
{
UINumber GetUIStyleNumberProperty( UIStyleNumberProperty property );
}
}