UNPKG

phaser3-rex-plugins-fix-chun

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