Godot C# – Use Generic Type as Signal Parameter
Throughout the course of my current project, I have found myself re-writing similar boilerplate in a lot of different classes for emitting a signal whenever a variable is changed. As an example for an integer variable, this code looks like: