Class MaterialQuantity
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/MaterialQuantity", "b410e0cced439434c10fdb52d7a1a57733071a0e357c77df6ab150fb81c18bc7")]
public sealed record MaterialQuantity : IEquatable<MaterialQuantity>
- Inheritance
-
MaterialQuantity
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<MaterialQuantity> Codec { get; }
Property Value
- Codec<MaterialQuantity>
ItemId
public string? ItemId { get; init; }
Property Value
- string
ItemTag
public string? ItemTag { get; init; }
Property Value
- string
public MetadataDocument? Metadata { get; init; }
Property Value
- MetadataDocument
Quantity
public int Quantity { get; init; }
Property Value
- int
ResourceTypeId
public string? ResourceTypeId { get; init; }
Property Value
- string