mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-29 12:14:42 +02:00
8 lines
105 B
Java
8 lines
105 B
Java
package com.intellectualcrafters.plot.util;
|
|
|
|
public enum PlotWeather {
|
|
RAIN,
|
|
CLEAR,
|
|
RESET;
|
|
}
|