Table of Contents

Class ChoiceItemDropContainer

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ChoiceItemDropContainer", "2304221c393ebf4c9a9748b3b4e9a00dfe30f2305d014029898228fb84c41c83")]
public sealed record ChoiceItemDropContainer : ItemDropListContainer, IEquatable<ChoiceItemDropContainer>
Inheritance
ChoiceItemDropContainer
Implements
Inherited Members

Properties

Containers

public List<ItemDropListContainer>? Containers { get; init; }

Property Value

List<ItemDropListContainer>

RollsMax

public int RollsMax { get; init; }

Property Value

int

RollsMin

public int RollsMin { get; init; }

Property Value

int

Weight

public double Weight { get; init; }

Property Value

double