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