mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
v0.36.0 - Bladeburner BitNode (BN-6)
This commit is contained in:
+2
-2
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user