This commit is contained in:
EternalHuman 2023-10-31 12:16:22 +03:00
parent e7c912fb77
commit 7f45dd2d4d

@ -4,8 +4,6 @@ import lol.pyr.znpcsplus.entity.PropertySerializer;
import lol.pyr.znpcsplus.util.GlowColor;
import net.kyori.adventure.text.format.NamedTextColor;
import java.util.Objects;
public class GlowColorPropertySerializer implements PropertySerializer<GlowColor> {
@Override
public String serialize(GlowColor property) {