having this strict rules also means that C#'s Even...
# learning
l
having this strict rules also means that C#'s Event system is kinda useless as there is always at most 1 node that can listen to events, so that is why I am using lambda's instead of Events/Signals 😅