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
DropList
public string? DropList { get; init; }
Property Value
IsWeaponBreakable
public bool IsWeaponBreakable { get; init; }
Property Value
ItemId
public string? ItemId { get; init; }