mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-20 14:43:48 +01:00
allbuild commit 6c8a46d3
This commit is contained in:
parent
6c8a46d38b
commit
b86ff7d405
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user