mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
allbuild commit 6c8a46d3
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -28,9 +28,9 @@ export class ActiveFragment {
|
||||
this.id = -1;
|
||||
this.x = -1;
|
||||
this.y = -1;
|
||||
this.highestCharge = -1;
|
||||
this.numCharge = -1;
|
||||
this.rotation = -1;
|
||||
this.highestCharge = 0;
|
||||
this.numCharge = 0;
|
||||
this.rotation = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user