Class InventoryTemplatePrototype
Inheritance
System.Object
InventoryTemplatePrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Inventory
Assembly: Content.Shared.dll
Syntax
public sealed class InventoryTemplatePrototype : object, IPrototype
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Slots
Declaration
public SlotDefinition[] Slots { get; }
Property Value
Type | Description |
---|---|
SlotDefinition[] |
Implements
Robust.Shared.Prototypes.IPrototype