mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-02 13:44:43 +02:00
6 lines
97 B
Java
6 lines
97 B
Java
package com.intellectualcrafters.plot.util;
|
|
|
|
public enum PlotWeather {
|
|
RAIN, CLEAR, RESET;
|
|
}
|