How can I pass a generic function to a class in C#
Im currently working on a Entity Component System (ECS) for a game im developing in C# and Monogame.
How can I pass a generic function to a class in C#
Im currently working on a Entity Component System (ECS) for a game im developing in C# and Monogame.