package mightypork.utils.math; /** * Vertical align sides * * @author Ondřej Hruška (MightyPork) */ public enum AlignY { TOP, CENTER, BOTTOM; }