We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dceca40 commit 2156b52Copy full SHA for 2156b52
1 file changed
KBotExt/GameTab.h
@@ -49,6 +49,9 @@ class GameTab
49
if (ImGui::Button("Nexus Blitz"))
50
gameID = NexusBlitz;
51
52
+ if (ImGui::Button("ARURF 1V1 (PBE)"))
53
+ gameID = 901;
54
+
55
/*if (ImGui::Button("URF"))
56
gameID = 318;*/
57
0 commit comments