Skip to content

Commit

Permalink
Merge pull request #132 from Archomeda/feature/support-eod-game-access
Browse files Browse the repository at this point in the history
Add EndOfDragons to the game access enum
  • Loading branch information
Archomeda authored Mar 12, 2023
2 parents 6152bdd + 2d97a06 commit 2630f13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gw2Sharp.Tests/TestFiles/Account/Account.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"created": "2018-01-01T12:00:00Z",
"access": [
"GuildWars2",
"HeartOfThorns"
"HeartOfThorns",
"PathOfFire",
"EndOfDragons"
],
"commander": false,
"fractal_level": 95,
Expand Down
7 changes: 6 additions & 1 deletion Gw2Sharp/WebApi/V2/Models/GameAccess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ public enum GameAccess
/// <summary>
/// Access to Path of Fire.
/// </summary>
PathOfFire
PathOfFire,

/// <summary>
/// Access to End of Dragons.
/// </summary>
EndOfDragons
}
}

0 comments on commit 2630f13

Please sign in to comment.