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

@@ -80,7 +80,8 @@ public class Fonts {
signature = "(I)Lbt;",
garbageValue = "2102006478"
)
static World method5647() {
return World.field987 < World.worldsCount ? ItemContainer.worlds[++World.field987 - 1] : null;
@Export("getNextWorldListWorld")
static World getNextWorldListWorld() {
return World.worldListWorldCount < World.worldsCount ? ItemContainer.worlds[++World.worldListWorldCount - 1] : null;
}
}