UNPKG

phaser3-rex-plugins

Version:
6 lines (5 loc) 194 B
var RemoveChess = function (gameObject, tileX, tileY, tileZ, destroy) { this.board.removeChess(gameObject, tileX, tileY, tileZ, destroy); return this; } export default RemoveChess;