package com.josyf.commandbuttons.gui; import io.github.cottonmc.cotton.gui.GuiDescription; import io.github.cottonmc.cotton.gui.client.CottonClientScreen; public class ButtonGUIScreen extends CottonClientScreen { public ButtonGUIScreen(GuiDescription description) { super(description); } }