package cc.polyfrost.oneconfig.gui.elements; public class ModUpdateCard extends BasicElement { public ModUpdateCard(int width, int height) { // TODO super(width, height, true); } }