feat(Debug): NETWORK_BAIL when I'm stuck

This commit is contained in:
Yimura 2022-03-17 00:06:26 +01:00
parent b644c89e1f
commit 644681092d
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -20,6 +20,11 @@ namespace big
if (ImGui::Button("Save"))
g_globals_service->save();
components::button("Network Bail", []
{
NETWORK::NETWORK_BAIL(16, 0, 0);
});
ImGui::SameLine();
if (ImGui::Button("Add Global"))
{