package mightypork.gamecore.gui; /** * Horizontal align sides * * @author MightyPork */ public enum AlignX { LEFT, CENTER, RIGHT; }