PlotSquared/Core/src/main/java/com/plotsquared/plot/PlotWeather.java

6 lines
82 B
Java
Raw Normal View History

2020-04-11 02:19:18 +02:00
package com.plotsquared.plot;
public enum PlotWeather {
RAIN, CLEAR, RESET
}