mixins: Login stuff

This commit is contained in:
Owain van Brakel
2020-05-28 12:58:35 +02:00
parent c0fa105d49
commit 8d45b53d71
8 changed files with 180 additions and 9 deletions

View File

@@ -1260,4 +1260,13 @@ public interface RSClient extends RSGameShell, Client
@Import("stopTimeMs")
void setStopTimeMs(long time);
@Import("clearLoginScreen")
void clearLoginScreen(boolean shouldClear);
@Import("leftTitleSprite")
void setLeftTitleSprite(Sprite background);
@Import("rightTitleSprite")
void setRightTitleSprite(Sprite background);
}