Method StartSubsystem
StartSubsystem<T>()
Start a subsystem instance of a given type. Subsystem assumed to already be loaded from a previous call to CreateSubsystem
Declaration
protected void StartSubsystem<T>() where T : class, ISubsystem
Type Parameters
Name | Description |
---|---|
T | A subclass of ISubsystem |