Class MonumentBiomePreference
- Namespace
- RustMapsApi.V4.Models
- Assembly
- RustMapsApi.dll
A biome preference for a specific monument.
public sealed record MonumentBiomePreference : IEquatable<MonumentBiomePreference>
- Inheritance
-
MonumentBiomePreference
- Implements
- Inherited Members
Properties
BiomeType
The biome the preference applies to.
public BiomeType BiomeType { get; init; }
Property Value
Selection
Whether the biome is wanted.
public SelectionStatus Selection { get; init; }