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