Skip to content
Version 2.11.0
↓ Get the launcher

DungeonInfo structure

Static data for a dungeon / instanced content entry from the game table.

public struct DungeonInfo : IEquatable<DungeonInfo>
parameter description
Id Game-table dungeon id.
Name Localised dungeon display name.
MinLevel Minimum character level required to enter.
Difficulty Difficulty rating for the dungeon.
name description
DungeonInfo(…) Static data for a dungeon / instanced content entry from the game table.
Difficulty { get; set; } Difficulty rating for the dungeon.
Id { get; set; } Game-table dungeon id.
MinLevel { get; set; } Minimum character level required to enter.
Name { get; set; } Localised dungeon display name.