mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add variant and criterion dungeons category (#1798)
This commit is contained in:
parent
22f702e8f3
commit
b57954ff85
1 changed files with 5 additions and 0 deletions
|
|
@ -44,4 +44,9 @@ public enum DutyCategory
|
||||||
/// The adventuring forays category.
|
/// The adventuring forays category.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
AdventuringForays = 1 << 6,
|
AdventuringForays = 1 << 6,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The variant and criterion dungeons category.
|
||||||
|
/// </summary>
|
||||||
|
VariantAndCriterionDungeons = 1 << 7,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue