Table of Contents

Struct ItemSortKey

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

Constructors

ItemSortKey(ItemSortGroup, string)

public ItemSortKey(ItemSortGroup Group, string TranslationKey)

Parameters

Group ItemSortGroup
TranslationKey string

Properties

Group

public ItemSortGroup Group { get; init; }

Property Value

ItemSortGroup

TranslationKey

public string TranslationKey { get; init; }

Property Value

string