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
RollsMax
public int RollsMax { get; init; }
Property Value
RollsMin
public int RollsMin { get; init; }
Property Value
Weight
public double Weight { get; init; }