package dev.virel.obf;

import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;

@Environment(EnvType.CLIENT)
enum l1li {
   // $FF: synthetic field
   private static String[] IIiIl1 = new String[4];
   // $FF: synthetic field
   l1llll,
   // $FF: synthetic field
   1liI1l,
   // $FF: synthetic field
   iiI11l,
   // $FF: synthetic field
   i11Il;

   static {
      native IIi1I();
      iiI11l = new l1li(IIiIl1[3], 0);
      1liI1l = new l1li(IIiIl1[2], 1);
      i11Il = new l1li(IIiIl1[1], 2);
      l1llll = new l1li(IIiIl1[0], 3);
   }
}
