using Godot;
namespace Rokojori
{
[Tool]
[GlobalClass]
public partial class UISettings : Resource
[Export]
public Vector2PropertyName sizePropertyName;
}