Added some TODOs

This commit is contained in:
Daniel Xie
2016-11-29 17:38:50 -06:00
parent 867ae191b5
commit 2d41a63707
4 changed files with 25 additions and 11 deletions
+3 -1
View File
@@ -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) */