Table of Contents

Class ItemReticleConfig

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/ItemReticleConfig.json#", "01a160e5838a9d74fb2173651ef4d0b4fe6ce125cc229c36e6089a6501a841a8")]
public sealed record ItemReticleConfig : IEquatable<ItemReticleConfig>
Inheritance
ItemReticleConfig
Implements
Inherited Members

Properties

Base

public List<string> Base { get; init; }

Property Value

List<string>

ClientEvents

public Dictionary<string, ItemReticle>? ClientEvents { get; init; }

Property Value

Dictionary<string, ItemReticle>

Codec

public static Codec<ItemReticleConfig> Codec { get; }

Property Value

Codec<ItemReticleConfig>

ServerEvents

public Dictionary<string, ItemReticleWithDuration>? ServerEvents { get; init; }

Property Value

Dictionary<string, ItemReticleWithDuration>