mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 07:07:50 +02:00
Added some TODOs
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
//Netburner Server class
|
||||
//TODO Make a map of all IPS in the game so far so that we don't accidentally
|
||||
// get duplicate IPs..however unlikely it is
|
||||
function Server() {
|
||||
/* Properties */
|
||||
//Connection information
|
||||
@@ -18,7 +20,7 @@ function Server() {
|
||||
this.cpuSpeed = 1; //MHz
|
||||
|
||||
this.scripts = [];
|
||||
this.runningScripts = []; //Names of scripts currently being run
|
||||
this.runningScripts = []; //Names (and only names) of scripts being run
|
||||
this.programs = [];
|
||||
|
||||
/* Hacking information (only valid for "foreign" aka non-purchased servers) */
|
||||
|
||||
Reference in New Issue
Block a user