Table of Contents

Class Rule

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

Properties

Biomes

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

Property Value

List<string>

Codec

public static Codec<Rule> Codec { get; }

Property Value

Codec<Rule>

Zone

public string Zone { get; init; }

Property Value

string