test
This commit is contained in:
@@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user