godot/modules/mono/editor/Godot.NET.Sdk
Ignacio Roldán Etcheverry 97713ff77a C#: Add source generator for signals as events
Changed the signal declaration signal to:

```
// The following generates a MySignal event
[Signal] public delegate void MySignalEventHandler(int param);
```
2022-08-22 03:36:52 +02:00
..
Godot.NET.Sdk C#: Make GodotSharp API a NuGet package 2022-08-22 03:36:51 +02:00
Godot.SourceGenerators C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
Godot.SourceGenerators.Sample C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
Godot.NET.Sdk.sln C#: Begin move to .NET Core 2022-08-22 03:35:59 +02:00