g_LocalController = localController;
g_LocalPlayer = localPlayer;
int TotalCount = totalEnemies;
ImGui::GetForegroundDrawList()->AddRectFilled({glWidth /2-50,40},{glWidth /2,80},ImColor(255, 0, 0, 250));
ImGui::GetForegroundDrawList()->AddRectFilled({glWidth /2+50,40},{glWidth /2,80},ImColor(255, 255, 0, 250));
sprintf(extra, "%d", totalEnemies);
ImGui::GetForegroundDrawList()->AddText({glWidth /2-35,45}, ImColor(0,0,0), extra);
sprintf(extra, "%d", totalBots);
ImGui::GetForegroundDrawList()->AddText({glWidth /2+15,45}, ImColor(0,0,0), extra);