3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-01 23:50:11 +02:00

Include PlatformType.java

Dieser Commit ist enthalten in:
DoctorMacc 2020-05-26 10:17:52 -04:00
Ursprung af669f2e88
Commit cae888eac9

Datei anzeigen

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