mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-31 08:25:42 +00:00
Added dummy MSBuild project and solution to get tooling help when editing these files.
10 lines
140 B
C#
10 lines
140 B
C#
using System;
|
|
|
|
namespace Godot
|
|
{
|
|
[AttributeUsage(AttributeTargets.Delegate)]
|
|
public class SignalAttribute : Attribute
|
|
{
|
|
}
|
|
}
|