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. |
Public Members
Section titled “Public Members”| 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. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData