mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix typo and typings
This commit is contained in:
@@ -107,11 +107,13 @@ export class ItemProcessorComponent extends Component {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* How long it takes until we are done with the current items
|
* How long it takes until we are done with the current items
|
||||||
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.secondsUntilEject = 0;
|
this.secondsUntilEject = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How much processing time we have lest from the last tick
|
* How much processing time we have left from the last tick
|
||||||
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.bonusFromLastTick = 0;
|
this.bonusFromLastTick = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user