Signals are basically just event subscriptions. In fact, if you use C# with Godot you can actually just use C# native delegates/events.
Signals are basically just event subscriptions. In fact, if you use C# with Godot you can actually just use C# native delegates/events.