interface styles: add RuneScape cross sprites option

This commit is contained in:
Lotto
2019-06-26 18:45:30 -04:00
committed by Adam
parent 473d447ec7
commit 8d4fff459c
12 changed files with 97 additions and 0 deletions
@@ -1009,4 +1009,8 @@ public interface RSClient extends RSGameEngine, Client
@Import("viewportWalking")
void setViewportWalking(boolean viewportWalking);
@Import("crossSprites")
@Override
RSSpritePixels[] getCrossSprites();
}