package dev.virel.obf;
// $FF: synthetic class
public record i1i1(float forward, float sideways) {
// $FF: synthetic field
private final float Ii1ll1;
// $FF: synthetic field
private final float lil1iI;
// $FF: synthetic method
public i1i1(float var1, float var2) {
this.lil1iI = var1;
this.Ii1ll1 = var2;
}
}