Table of Contents

Class StateData

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

Properties

Codec

public static Codec<StateData> Codec { get; }

Property Value

Codec<StateData>

Definitions

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

Property Value

Dictionary<string, string>