package eu.univento.teamvento.utils; public enum Weather { /** * @author joethei * @version 1.0 */ CLEAR, DOWNFALL, THUNDER }