Table of Contents

Class ItemResourceType

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

Properties

Codec

public static Codec<ItemResourceType> Codec { get; }

Property Value

Codec<ItemResourceType>

Id

public string Id { get; init; }

Property Value

string

Quantity

public int Quantity { get; init; }

Property Value

int