TeamVento/src/main/java/eu/univento/teamvento/plot/Weather.java

13 lines
158 B
Java

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