UNPKG

phaser4-rex-plugins

Version:
7 lines (6 loc) 135 B
var Clear = function () { // Destroy all chess this.board.removeAllChess(true); return this; } export default Clear;