995a40e8ef
Added dummy MSBuild project and solution to get tooling help when editing these files.
9 lines
140 B
C#
9 lines
140 B
C#
using System;
|
|
|
|
namespace Godot
|
|
{
|
|
[AttributeUsage(AttributeTargets.Delegate)]
|
|
public class SignalAttribute : Attribute
|
|
{
|
|
}
|
|
}
|