Skip to content

Commit 2156b52

Browse files
committed
Added ARURF 1V1 gamemode
1 parent dceca40 commit 2156b52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

KBotExt/GameTab.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ class GameTab
4949
if (ImGui::Button("Nexus Blitz"))
5050
gameID = NexusBlitz;
5151

52+
if (ImGui::Button("ARURF 1V1 (PBE)"))
53+
gameID = 901;
54+
5255
/*if (ImGui::Button("URF"))
5356
gameID = 318;*/
5457

0 commit comments

Comments
 (0)