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
Generate
Whether the feature should be generated.
public SelectionStatus? Generate { get; init; }
Property Value
MaxAmount
The maximum number to generate.
public int MaxAmount { get; init; }
Property Value
MinAmount
The minimum number to generate.
public int MinAmount { get; init; }