Godot.Sharp.Extended/Core/Attributes/NodeBindAttribute.cs

6 lines
180 B
C#
Raw Normal View History

namespace Godot.Sharp.Extended.Attributes;
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field)]
public class NodeBindAttribute : Attribute
{
}