Table of Contents

Class SoftBlockDropType

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

Properties

Codec

public static Codec<SoftBlockDropType> Codec { get; }

Property Value

Codec<SoftBlockDropType>

DropList

public string? DropList { get; init; }

Property Value

string

IsWeaponBreakable

public bool IsWeaponBreakable { get; init; }

Property Value

bool

ItemId

public string? ItemId { get; init; }

Property Value

string