Table of Contents

Struct ItemStackDefaults

Namespace
Shard.Gameplay.Core.Items
Assembly
Shard.Gameplay.Core.dll
public readonly record struct ItemStackDefaults : IEquatable<ItemStackDefaults>
Implements
Inherited Members

Constructors

ItemStackDefaults(string, double, int)

public ItemStackDefaults(string ItemId, double MaxDurability, int QualityIndex)

Parameters

ItemId string
MaxDurability double
QualityIndex int

Properties

ItemId

public string ItemId { get; init; }

Property Value

string

MaxDurability

public double MaxDurability { get; init; }

Property Value

double

QualityIndex

public int QualityIndex { get; init; }

Property Value

int