mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix typo and typings
This commit is contained in:
parent
78fe34840a
commit
49ea6fc381
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user