package dev.virel.obf;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
@Environment(EnvType.CLIENT)
record ll(boolean centerSupported, double supportRatio, double leadingSupportRatio) {
// $FF: synthetic field
private final double 1iiII1;
// $FF: synthetic field
private final double lIIi;
// $FF: synthetic field
private final boolean 1iIiI;
// $FF: synthetic method
private ll(boolean var1, double var2, double var4) {
this.1iIiI = var1;
this.1iiII1 = var2;
this.lIIi = var4;
}
}