UNPKG

@petkoneo/phaser3-rex-plugins

Version:
10 lines (9 loc) 194 B
var ToggleListPanel = function () { if (!this.listPanel) { this.openListPanel(); } else { this.closeListPanel(); } return this; } export default ToggleListPanel;