Class PhysicsDropType
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PhysicsDropType", "812453104cb8f87754f6e452384578c2690416664b91c76c5576d8c19e72da7b")]
public sealed record PhysicsDropType : IEquatable<PhysicsDropType>
- Inheritance
-
PhysicsDropType
- Implements
- Inherited Members
Properties
Codec
public static Codec<PhysicsDropType> Codec { get; }
Property Value
DropList
public string? DropList { get; init; }
Property Value
ItemId
public string? ItemId { get; init; }