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