Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
where T : Command
constraint on GetCommandsOfType<T>
It doesn't make send to pass anything else but a `Command` as the generic type parameter of `GetCommandsOfType<T>`.
- Loading branch information