1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-22 08:19:20 +00:00

Include PlatformType.java

This commit is contained in:
DoctorMacc
2020-05-26 10:17:52 -04:00
parent af669f2e88
commit cae888eac9

View File

@@ -7,8 +7,8 @@ import lombok.Getter;
@AllArgsConstructor
public enum PlatformType {
BUKKIT("Bukkit"),
BUNGEECORD("BungeeCord"),
SPIGOT("Spigot"),
SPONGE("Sponge"),
STANDALONE("Standalone"),
VELOCITY("Velocity");