UNPKG

phaser4-rex-plugins

Version:
9 lines (8 loc) 204 B
var SetColumnCount = function (count) { if (this.table.colCount === count) { return this; } this.table.setColumnCount(count); return this; } export default SetColumnCount;