Hacknet-Pathfinder
Hacknet-Pathfinder copied to clipboard
`AdministratorManager` does not allow specifying a custom `type` attribute
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
.