godot/modules/mono/glue/cs_files/SignalAttribute.cs

10 lines
140 B
C#

using System;
namespace Godot
{
[AttributeUsage(AttributeTargets.Delegate)]
public class SignalAttribute : Attribute
{
}
}