diff --git a/src/main/java/cactusServer/entities/Allowed.java b/src/main/java/cactusServer/entities/Allowed.java new file mode 100644 index 0000000..37621e8 --- /dev/null +++ b/src/main/java/cactusServer/entities/Allowed.java @@ -0,0 +1,5 @@ +package cactusServer.entities; + +public enum Allowed { + SHOOT, KILL; +}