Table of Contents

Class BlockTypeListAsset

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

Properties

Blocks

public List<string>? Blocks { get; init; }

Property Value

List<string>

Codec

public static Codec<BlockTypeListAsset> Codec { get; }

Property Value

Codec<BlockTypeListAsset>