package dev.virel.obf;

import java.nio.file.Path;
import java.util.List;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;

@Environment(EnvType.CLIENT)
record Il1I(int deleted, List<Path> failures) {
   // $FF: synthetic field
   private final int 11Ii;
   // $FF: synthetic field
   private final List<Path> lillII;

   // $FF: synthetic method
   Il1I(int var1, List<Path> var2) {
      var2 = List.copyOf(var2);
      this.11Ii = var1;
      this.lillII = var2;
   }
}
