rj-action-library/Runtime/UI/UISettings.cs

13 lines
181 B
C#
Raw Permalink Normal View History

2024-09-14 06:41:52 +00:00
using Godot;
namespace Rokojori
{
[Tool]
[GlobalClass]
public partial class UISettings : Resource
{
[Export]
public Vector2PropertyName sizePropertyName;
}
}