Add mappings for indexed script db

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-08-03 10:47:27 +02:00
parent 9964d5f327
commit 5e3d205d0b
2 changed files with 11 additions and 0 deletions

View File

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