From 000219a5ff183e469129e5804d0a6090d6b47b26 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 30 Jul 2023 18:12:47 -0400 Subject: 1.7.5 rc4 --- .../java/dev/tylerm/khs/command/location/Locations.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/java/dev/tylerm/khs/command/location/Locations.java (limited to 'src/main/java/dev/tylerm/khs/command/location/Locations.java') diff --git a/src/main/java/dev/tylerm/khs/command/location/Locations.java b/src/main/java/dev/tylerm/khs/command/location/Locations.java new file mode 100644 index 0000000..c3d505c --- /dev/null +++ b/src/main/java/dev/tylerm/khs/command/location/Locations.java @@ -0,0 +1,17 @@ +package dev.tylerm.khs.command.location; + +/** + * @author bobby29831 + */ +public enum Locations { + + GAME, + LOBBY, + EXIT, + SEEKER; + + public String message() { + return this + "_SPAWN"; + } + +} \ No newline at end of file -- cgit v1.2.3-freya