CreateSubsystem
Declaration
public new void CreateSubsystem<TDescriptor, TSubsystem>(List<TDescriptor> descriptors, string id) where TDescriptor : ISubsystemDescriptor where TSubsystem : ISubsystem
Parameters
| Name | Type | Summary |
|---|---|---|
| descriptors | List<TDescriptor> | - |
| id | string | - |
| TSubsystem | ISubsystemDescriptor | - |