1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Update item_processor.js

This commit is contained in:
Sense101 2021-01-02 21:31:24 +00:00 committed by GitHub
parent 26a5a54f3f
commit 20cdce23cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,12 @@ export class ItemProcessorComponent extends Component {
* @type {number}
*/
this.bonusTime = 0;
/**
* The extra time it took to empty the last charge to the outputs
* @type {number}
*/
this.extraOutputTime = 0;
}
/**