Added core functionality that was from the old Godot.Sharp.Extra library. Not all functions, only functions that were considered worth porting.
6 lines
No EOL
180 B
C#
6 lines
No EOL
180 B
C#
namespace Godot.Sharp.Extended.Attributes;
|
|
|
|
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field)]
|
|
public class NodeBindAttribute : Attribute
|
|
{
|
|
} |