mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
995a40e8ef
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
|
|
{
|
|
}
|
|
}
|