13
0

Revert changes
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2023-05-03 17:44:59 +02:00
Ursprung 4115a93b41
Commit 271622e967

Datei anzeigen

@ -24,10 +24,6 @@ import java.util.stream.Collectors;
@UtilityClass @UtilityClass
public class ParticleInventory { public class ParticleInventory {
static {
SchematicType.class.getName();
}
private final Class<?>[] PARTICLES = { private final Class<?>[] PARTICLES = {
PlayerParticle.class, PlayerParticle.class,
CustomPlayerParticle.class, CustomPlayerParticle.class,