Class MapGenLimits
- Namespace
- RustMapsApi.V4.Models
- Assembly
- RustMapsApi.dll
Current map-generation limits.
public sealed record MapGenLimits : IEquatable<MapGenLimits>
- Inheritance
-
MapGenLimits
- Implements
- Inherited Members
Properties
Concurrent
The concurrent generation limit.
public MapGenerationStat? Concurrent { get; init; }
Property Value
Monthly
The monthly generation limit.
public MapGenerationStat? Monthly { get; init; }