Class ItemReticleWithDuration
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ItemReticleWithDuration", "a339a483e0887ff2ed2a819f59ec9ff00d641fba5328379cf8691316e6a80100")]
public sealed record ItemReticleWithDuration : IEquatable<ItemReticleWithDuration>
- Inheritance
-
ItemReticleWithDuration
- Implements
- Inherited Members
Properties
Codec
public static Codec<ItemReticleWithDuration> Codec { get; }
Property Value
Duration
public float? Duration { get; init; }
Property Value
HideBase
public bool HideBase { get; init; }
Property Value
Parts
public List<string> Parts { get; init; }