Table of Contents

Class DroplistItemDropContainer

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

Properties

Codec

public static Codec<DroplistItemDropContainer> Codec { get; }

Property Value

Codec<DroplistItemDropContainer>

DroplistId

public string DroplistId { get; init; }

Property Value

string

Weight

public double Weight { get; init; }

Property Value

double