Skip to content

Commit

Permalink
Added ARURF 1V1 gamemode
Browse files Browse the repository at this point in the history
  • Loading branch information
KebsCS committed Aug 21, 2023
1 parent dceca40 commit 2156b52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions KBotExt/GameTab.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class GameTab
if (ImGui::Button("Nexus Blitz"))
gameID = NexusBlitz;

if (ImGui::Button("ARURF 1V1 (PBE)"))
gameID = 901;

/*if (ImGui::Button("URF"))
gameID = 318;*/

Expand Down

0 comments on commit 2156b52

Please sign in to comment.