function Panel_Collection_Runner() : PanelContent() constructor { title = "Runner"; w = max(ui(320), WIN_W - ui(200)); h = max(ui(320), WIN_H - ui(200)); auto_pin = true; function drawContent(panel) { } }