virtualx-engine/modules/mono/glue/cs_files/SignalAttribute.cs
2018-04-29 13:38:58 +02:00

9 lines
140 B
C#

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