UNPKG

@petkoneo/phaser3-rex-plugins

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