11 lines
180 B
C#
11 lines
180 B
C#
|
|
||
|
using Godot;
|
||
|
using Rokojori;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public interface UIStylePropertyContainer
|
||
|
{
|
||
|
UINumber GetUIStyleNumberProperty( UIStyleNumberProperty property );
|
||
|
}
|
||
|
}
|