Toxic update (#641)

This commit is contained in:
maybegreat48
2022-12-06 16:12:02 +00:00
committed by GitHub
parent 7f74a436d2
commit a427ccb914
80 changed files with 3258 additions and 411 deletions

View File

@ -39,10 +39,5 @@ namespace big
ImGui::TreePop();
}
components::button("Force Thunder", []
{
session::force_thunder();
});
}
}