UNPKG

@petkoneo/phaser3-rex-plugins

Version:
9 lines (7 loc) 234 B
import SetSizeFromBounds from '../transform/SetSizeFromBounds.js'; var RemoveAllChess = function (destroy) { this.board.removeAllChess(destroy); SetSizeFromBounds.call(this); return this; } export default RemoveAllChess;