Class ItemTranslationProperties
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ItemTranslationProperties", "3c9975fe84630edf5ffb809a89b38f68df70f0d35ada66d0f05532812da9a8c1")]
public sealed record ItemTranslationProperties : IEquatable<ItemTranslationProperties>
- Inheritance
-
ItemTranslationProperties
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<ItemTranslationProperties> Codec { get; }
Property Value
- Codec<ItemTranslationProperties>
Description
public string? Description { get; init; }
Property Value
- string
DescriptionArguments
public Dictionary<string, string>? DescriptionArguments { get; init; }
Property Value
- Dictionary<string, string>
Name
public string? Name { get; init; }
Property Value
- string
NameArguments
public Dictionary<string, string>? NameArguments { get; init; }
Property Value
- Dictionary<string, string>