UNPKG

phaser4-rex-plugins

Version:
11 lines (10 loc) 223 B
export default { getMaxInputRowTitleWidth() { // Ignore Title of InputRows return 0; }, setInputRowTitleWidth(width) { // Ignore Title of InputRows return this; } }