derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
761 stars 39 forks source link

Add a type safe way to subscribe to events in C# #130

Closed derkork closed 3 weeks ago

derkork commented 2 months ago

As discussed in #126 having a type safe way to subscribe to events of the state chart in C# would be nice. There is already an open branch for this: https://github.com/derkork/godot-statecharts/compare/main...csharp-type-safe-signals