Class MapGenerationRequest
- Namespace
- RustMapsApi.V4.Requests
- Assembly
- RustMapsApi.dll
A request to generate a standard map.
public sealed record MapGenerationRequest : IEquatable<MapGenerationRequest>
- Inheritance
-
MapGenerationRequest
- Implements
- Inherited Members
Properties
Seed
The map seed.
public int Seed { get; init; }
Property Value
Size
The map size.
public int Size { get; init; }
Property Value
Staging
Whether to generate against the staging branch.
public bool Staging { get; init; }