mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-03-15 22:39:43 +01:00
9 lines
132 B
Java
9 lines
132 B
Java
package com.intellectualcrafters.plot.util;
|
|
|
|
public enum PlotGamemode {
|
|
ADVENTURE,
|
|
SURVIVAL,
|
|
CREATIVE,
|
|
SPECTATOR;
|
|
}
|