Class SourcePortPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.DeviceLinking
Assembly: Content.Shared.dll
Syntax
public sealed class SourcePortPrototype : DevicePortPrototype, IPrototype
Fields
| Improve this Doc View SourceDefaultLinks
This is a set of sink ports that this source port will attempt to link to when using the default-link functionality.
Declaration
public HashSet<string>? DefaultLinks
Field Value
Type | Description |
---|---|
System.Nullable<HashSet<System.String>> |
Implements
Robust.Shared.Prototypes.IPrototype