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

13 lines
159 B
Java
Raw Normal View History

2016-07-09 13:19:56 +02:00
package eu.univento.teamvento.utils;
public enum Weather {
2016-11-24 20:00:03 +01:00
/**
* @author joethei
* @version 1.0
*/
2016-07-09 13:19:56 +02:00
CLEAR,
DOWNFALL,
THUNDER
}