UNPKG

@petkoneo/phaser3-rex-plugins

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