Toxic update (#641)

This commit is contained in:
maybegreat48
2022-12-06 16:12:02 +00:00
committed by GitHub
parent 675548770c
commit 8c3953ab20
81 changed files with 3259 additions and 412 deletions

View File

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