Hacknet-Pathfinder icon indicating copy to clipboard operation
Hacknet-Pathfinder copied to clipboard

`AdministratorManager` does not allow specifying a custom `type` attribute

Open SoundOfScooting opened this issue 2 years ago • 0 comments

AdministratorManager.CustomAdministrators should become a Dictionary<string, Type>, and AdministratorManager should be given the same public interface as GoalManager. This would be a breaking change, so the current RegisterAdministrator methods could be reworked to default the name to adminType.Name.

SoundOfScooting avatar Oct 16 '22 18:10 SoundOfScooting