more RSClient refactoring

This commit is contained in:
Lucas
2019-07-08 22:41:26 +02:00
parent 112a2bcba7
commit ad565d3991
80 changed files with 714 additions and 667 deletions

View File

@@ -17,7 +17,8 @@ public class World {
@ObfuscatedGetter(
intValue = 1143875805
)
static int field987;
@Export("worldListWorldCount")
static int worldListWorldCount;
@ObfuscatedName("l")
@Export("sortOption2")
static int[] sortOption2;
@@ -136,7 +137,7 @@ public class World {
static {
worldsCount = 0;
field987 = 0;
worldListWorldCount = 0;
sortOption2 = new int[]{1, 1, 1, 1};
sortOption1 = new int[]{0, 1, 2, 3};
}