Table of Contents

Class LabConfiguration

Namespace
RustMapsApi.V4.Models
Assembly
RustMapsApi.dll

Generation settings for underwater labs, lakes, oases, or canyons.

public sealed record LabConfiguration : IEquatable<LabConfiguration>
Inheritance
LabConfiguration
Implements
Inherited Members

Properties

Blocked

Whether generation is blocked.

public bool Blocked { get; init; }

Property Value

bool

Generate

Whether the feature should be generated.

public SelectionStatus? Generate { get; init; }

Property Value

SelectionStatus?

MaxAmount

The maximum number to generate.

public int MaxAmount { get; init; }

Property Value

int

MinAmount

The minimum number to generate.

public int MinAmount { get; init; }

Property Value

int