phaser/v3/src/tween/components/Init.js

8 lines
100 B
JavaScript

var Init = function ()
{
this.state = 1;
return (!this.paused);
};
module.exports = Init;