mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-14 21:31:04 -08:00
Fix typo and typings
This commit is contained in:
parent
78fe34840a
commit
49ea6fc381
1 changed files with 3 additions and 1 deletions
|
|
@ -107,11 +107,13 @@ export class ItemProcessorComponent extends Component {
|
|||
|
||||
/**
|
||||
* How long it takes until we are done with the current items
|
||||
* @type {number}
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue