add: function for the shoot the players button

This commit is contained in:
jadis0x
2022-10-07 21:24:52 +03:00
committed by GitHub
parent b52ddc86be
commit 2d49ca766a

View File

@@ -186,6 +186,10 @@ void DrawMapSpecificTab() {
if (ImGui::Button("Force start game")) {
Misc::ForceStart();
}
if (ImGui::Button("Shoot the players (Town Only)")) {
Misc::ShootPlayers();
}
}
bool inspector = false;