UNPKG

@petkoneo/phaser3-rex-plugins

Version:
5 lines 121 B
var SetTimeScale = function (timeScale) { this.timeScale = timeScale; return this; } export default SetTimeScale;