Class ItemSlotsComponentState
Inheritance
System.Object
ItemSlotsComponentState
Namespace: Content.Shared.Containers.ItemSlots
Assembly: Content.Shared.dll
Syntax
public sealed class ItemSlotsComponentState : ComponentState
Constructors
| Improve this Doc View SourceItemSlotsComponentState(Dictionary<String, ItemSlot>)
Declaration
public ItemSlotsComponentState(Dictionary<string, ItemSlot> slots)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<System.String, ItemSlot> | slots |
Fields
| Improve this Doc View SourceSlots
Declaration
public readonly Dictionary<string, ItemSlot> Slots
Field Value
Type | Description |
---|---|
Dictionary<System.String, ItemSlot> |