Files
PlotSquared/src/main/java/com/intellectualcrafters/plot/util/PlotWeather.java
2015-09-13 14:04:31 +10:00

6 lines
97 B
Java

package com.intellectualcrafters.plot.util;
public enum PlotWeather {
RAIN, CLEAR, RESET;
}