Table of Contents

Class Range

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

Properties

Codec

public static Codec<Range> Codec { get; }

Property Value

Codec<Range>

Max

public int Max { get; init; }

Property Value

int

Min

public int Min { get; init; }

Property Value

int