mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-29 20:24:43 +02:00
Fixing some more things
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package com.intellectualcrafters.plot.util;
|
||||
|
||||
public enum PlotWeather {
|
||||
RAIN,
|
||||
CLEAR,
|
||||
RESET;
|
||||
}
|
Reference in New Issue
Block a user