namespace NeonSprawl.Server.Game.Items;
/// <summary>Player inventory container (NEO-54); maps to <c>ItemDef.inventorySlotKind</c>.</summary>
public enum InventoryContainerKind
{
Bag,
Equipment,
}