v0.36.0 - Bladeburner BitNode (BN-6)

This commit is contained in:
danielyxie
2018-05-02 12:38:11 -05:00
parent 8a0277d631
commit 9acc422f05
66 changed files with 137369 additions and 1138 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ function postNetburnerText() {
//Key Codes
let KEY = {
var KEY = {
TAB: 9,
ENTER: 13,
CTRL: 17,
@@ -2025,4 +2025,4 @@ let Terminal = {
}
};
export {postNetburnerText, post, Terminal};
export {postNetburnerText, post, Terminal, KEY};