diff options
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java')
-rw-r--r-- | src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java b/src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java deleted file mode 100644 index c1316f8..0000000 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java +++ /dev/null @@ -1,17 +0,0 @@ -package net.tylermurphy.hideAndSeek.command.location; - -/** - * @author bobby29831 - */ -public enum Locations { - - GAME, - LOBBY, - EXIT, - SEEKER; - - public String message() { - return this + "_SPAWN"; - } - -}
\ No newline at end of file |