Class BenchItemCategory
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BenchItemCategory", "5c52b8f4cf3dc38335e44f6deeb1dc7c5f804e371c9fc230f6d8c4180b646904")]
public sealed record BenchItemCategory : IEquatable<BenchItemCategory>
- Inheritance
-
BenchItemCategory
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<BenchItemCategory> Codec { get; }
Property Value
- Codec<BenchItemCategory>
Diagram
public string? Diagram { get; init; }
Property Value
- string
Icon
public string? Icon { get; init; }
Property Value
- string
Id
public string? Id { get; init; }
Property Value
- string
Name
public string? Name { get; init; }
Property Value
- string
Slots
public int Slots { get; init; }
Property Value
- int
SpecialSlot
public bool SpecialSlot { get; init; }
Property Value
- bool