project: uwu (197)

This commit is contained in:
ThatGamerBlue
2021-06-16 11:24:56 +01:00
parent 6278fd9835
commit fbbafc7285
437 changed files with 52595 additions and 52141 deletions

View File

@@ -1,20 +1,16 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("hi")
@ObfuscatedName("hq")
public class class230 {
@ObfuscatedName("v")
static int[] field2814;
static {
new Object();
field2814 = new int[33]; // L: 8
field2814[0] = 0; // L: 11
int var0 = 2; // L: 12
for (int var1 = 1; var1 < 33; ++var1) { // L: 13
field2814[var1] = var0 - 1; // L: 14
var0 += var0; // L: 15
}
} // L: 17
@ObfuscatedSignature(
descriptor = "Ljp;"
)
@Export("soundEffectsArchive")
static AbstractArchive soundEffectsArchive;
@ObfuscatedName("d")
@Export("Tiles_hue")
static int[] Tiles_hue;
}