summaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files/SignalAttribute.cs
blob: 3957387be952953434c5cdf331fea15abe5f0656 (plain)
1
2
3
4
5
6
7
8
9
using System;

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