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