1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00
Files
godot/modules
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
..
2022-05-04 17:34:51 +02:00
2022-08-14 14:57:58 -05:00
2022-05-04 17:34:51 +02:00
2022-07-21 20:11:29 -05:00
2022-05-04 17:34:51 +02:00