interface styles: add RuneScape cross sprites option

This commit is contained in:
Lotto
2019-06-05 02:49:46 +02:00
committed by Adam
parent 473d447ec7
commit 8d4fff459c
12 changed files with 97 additions and 0 deletions

View File

@@ -1009,4 +1009,8 @@ public interface RSClient extends RSGameEngine, Client
@Import("viewportWalking")
void setViewportWalking(boolean viewportWalking);
@Import("crossSprites")
@Override
RSSpritePixels[] getCrossSprites();
}