UNPKG

phaser4-rex-plugins

Version:
5 lines 139 B
var MoveToward = function (direction) { this.moveTo(undefined, undefined, direction); return this; } export default MoveToward;