You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot of copy/paste code in the action manager class to return arrays of specific controller types. Use generics to write a general purpose getControllers function that takes a typeguard, then use that in each of the controller type functions.
The text was updated successfully, but these errors were encountered:
There's a lot of copy/paste code in the action manager class to return arrays of specific controller types. Use generics to write a general purpose getControllers function that takes a typeguard, then use that in each of the controller type functions.
The text was updated successfully, but these errors were encountered: