Method Count
- Namespace
- GrindFest.Editor.DungeonBuilding.Fluent
- Assembly
- GrindFest.dll
Count(int)
Exact count of this room type in the dungeon.
public RoomUsageBuilder Count(int n)
Parameters
nint
Returns
Count(int, int)
Range of allowed counts.
public RoomUsageBuilder Count(int min, int max)