e7b97af276
(cherry picked from commit 0ef3e0577b
)
9 lines
140 B
C#
9 lines
140 B
C#
using System;
|
|
|
|
namespace Godot
|
|
{
|
|
[AttributeUsage(AttributeTargets.Delegate)]
|
|
public class SignalAttribute : Attribute
|
|
{
|
|
}
|
|
}
|