Table of Contents

Class ItemContainerBlock

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Holder/properties/Components/properties/ItemContainerBlock", "315e825408c3f7be82d3789a31222dfeab8ebb5dbae90f069d97904c112f7b68")]
public sealed record ItemContainerBlock : IEquatable<ItemContainerBlock>
Inheritance
ItemContainerBlock
Implements
Inherited Members

Properties

Capacity

public int Capacity { get; init; }

Property Value

int

Codec

public static Codec<ItemContainerBlock> Codec { get; }

Property Value

Codec<ItemContainerBlock>

Droplist

public string? Droplist { get; init; }

Property Value

string

ItemContainer

public SimpleItemContainer? ItemContainer { get; init; }

Property Value

SimpleItemContainer