summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java
diff options
context:
space:
mode:
authortylermurphy534 <tylerm@tylerm.dev>2023-07-30 22:13:49 +0000
committertylermurphy534 <tylerm@tylerm.dev>2023-07-30 22:13:49 +0000
commita2ea5a635e1b841f58c05ca07e4b547a38fe3433 (patch)
tree5217465c967796680cc03b11359490f638d6b78c /src/main/java/net/tylermurphy/hideAndSeek/command/location/Locations.java
parentUpdate 'README.md' (diff)
parent1.7.5 rc4 (diff)
downloadkenshinshideandseek-a2ea5a635e1b841f58c05ca07e4b547a38fe3433.tar.gz
kenshinshideandseek-a2ea5a635e1b841f58c05ca07e4b547a38fe3433.tar.bz2
kenshinshideandseek-a2ea5a635e1b841f58c05ca07e4b547a38fe3433.zip
Merge pull request '1.7.5' (#10) from dev into main
Reviewed-on: https://g.tylerm.dev/tylermurphy534/KenshinsHideAndSeek/pulls/10
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.java17
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