package emu.grasscutter.data.common; import lombok.Getter; @Getter public class PropGrowCurve { private String type; private String growCurve; }