Class MachinePartPrototype
This is a prototype for categorizing different types of machine parts.
Inheritance
System.Object
MachinePartPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Construction.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class MachinePartPrototype : object, IPrototype
Fields
| Improve this Doc View SourceName
A human-readable name for the machine part type.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
StockPartPrototype
A stock part entity based on the machine part.
Declaration
public string StockPartPrototype
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype