Converting bladeburner to react

This commit is contained in:
Olivier Gagnon
2021-06-18 03:38:17 -04:00
parent 78cd319c21
commit 0e9d7450c9
10 changed files with 544 additions and 488 deletions
+1
View File
@@ -475,6 +475,7 @@ const Engine = {
Engine.hideAllContent();
routing.navigateTo(Page.Bladeburner);
Player.bladeburner.createContent();
MainMenuLinks.Bladeburner.classList.add("active");
} catch(e) {
exceptionAlert(e);
}