Fixed some bugs, began adding a Script class

This commit is contained in:
Daniel Xie
2016-11-21 00:11:14 -06:00
parent 8d87b74eaf
commit d372ce5980
7 changed files with 89 additions and 41 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ function Server() {
this.purchasedByPlayer = false;
//RAM, CPU speed and Scripts
this.maxRam = 1; //GB
this.maxRam = 1; //GB
this.ramUsed = 0;
this.cpuSpeed = 1; //MHz