Show / Hide Table of Contents

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 Source

ItemSlotsComponentState(Dictionary<String, ItemSlot>)

Declaration
public ItemSlotsComponentState(Dictionary<string, ItemSlot> slots)
Parameters
Type Name Description
Dictionary<System.String, ItemSlot> slots

Fields

| Improve this Doc View Source

Slots

Declaration
public readonly Dictionary<string, ItemSlot> Slots
Field Value
Type Description
Dictionary<System.String, ItemSlot>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾