Files
PlotSquared/src/main/java/com/intellectualcrafters/plot/util/PlotWeather.java
2015-07-31 00:25:16 +10:00

8 lines
105 B
Java

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