using Godot; using Rokojori; namespace Rokojori { public interface UIStylePropertyContainer { UINumber GetUIStyleNumberProperty( UIStyleNumberProperty property ); } }