GodotSharp
GodotSharp copied to clipboard
Signals declaration
Support a simpler alternative to add_user_signal. GDScript has the signal keyword, making it easy to declare signals. It would be good to have something similar, if possible.
add_user_signal is apparently removed. Has this been replaced by something else since then?