Skip to content

Commit

Permalink
Add RANKED_TFT_DOUBLE_UP, update RANKED_TFT_PAIRS QueueTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
aPinat authored and MingweiSamuel committed Jun 20, 2022
1 parent 9fe967d commit a67e075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Camille.Enums/src/QueueType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ public enum QueueType
/// <summary>Ranked Teamfight Tactics, Hyper Roll game mode.</summary>
RANKED_TFT_TURBO = 1130,
/// <summary>Ranked Teamfight Tactics, Double Up game mode.</summary>
[Obsolete("Deprecated in patch 12.11 in favor of queueId 1160")]
RANKED_TFT_PAIRS = 1150,
/// <summary>Ranked Teamfight Tactics, Double Up game mode.</summary>
RANKED_TFT_DOUBLE_UP = 1160,
}
}

0 comments on commit a67e075

Please sign in to comment.