This commit is contained in:
zeruth
2019-06-16 22:31:48 -04:00
parent 2e873af898
commit 39a9ae35ab
218 changed files with 16857 additions and 16879 deletions

View File

@@ -62,13 +62,6 @@ public class World {
@Export("index")
int index;
static {
worldsCount = 0;
__bt_g = 0;
__bt_l = new int[]{1, 1, 1, 1};
__bt_e = new int[]{0, 1, 2, 3};
}
@ObfuscatedName("e")
@ObfuscatedSignature(
signature = "(I)Z",
@@ -143,4 +136,11 @@ public class World {
var0 |= var0 >>> 16;
return var0 + 1;
}
static {
worldsCount = 0;
__bt_g = 0;
__bt_l = new int[]{1, 1, 1, 1};
__bt_e = new int[]{0, 1, 2, 3};
}
}