Break game and protections (#3203)

This commit is contained in:
maybegreat48
2024-05-30 17:45:43 +00:00
committed by GitHub
parent dcf50fffa8
commit 0e5c8f7cfb
3 changed files with 59 additions and 0 deletions

View File

@ -25,6 +25,8 @@ namespace big
ImGui::SameLine();
components::player_command_button<"mission">(g_player_service->get_selected(), {});
components::player_command_button<"breakgame">(g_player_service->get_selected(), {});
ImGui::SameLine();
components::player_command_button<"error">(g_player_service->get_selected(), {});
ImGui::SameLine();
components::player_command_button<"ceoraid">(g_player_service->get_selected(), {});