Merge pull request #4667 from deathbeam/move-index-to-db

Move isOverlayOutdated to IndexDatabase
This commit is contained in:
Tomas Slusny
2018-08-06 09:31:38 +02:00
committed by GitHub
8 changed files with 28 additions and 31 deletions

View File

@@ -326,6 +326,10 @@ public interface RSClient extends RSGameEngine, Client
@Override
RSIndexDataBase getIndexSprites();
@Import("indexScripts")
@Override
RSIndexDataBase getIndexScripts();
@Import("widgetFlags")
@Override
RSHashTable getWidgetFlags();