Merge pull request #960 from Lucwousin/reeeee-facts-boi

RSClient: More refactoring
This commit is contained in:
Tyler Bochard
2019-07-11 00:51:28 -04:00
committed by GitHub
107 changed files with 958 additions and 765 deletions

View File

@@ -713,7 +713,7 @@ public interface RSClient extends RSGameShell, Client
@Override
int getCenterY();
@Import("worldMap0")
@Import("getWorldMap")
RSWorldMap getRenderOverview();
@Import("changeWorld")