godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/SignalAttribute.cs

using System;

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