thank you mr polar <3

This commit is contained in:
ThatGamerBlue
2021-01-05 11:31:48 +00:00
parent 44bf36b44c
commit 8169d144d6
3 changed files with 29 additions and 10 deletions

View File

@@ -57,4 +57,7 @@ public interface RSGameShell extends GameShell
@Import("maxCanvasHeight")
void setMaxCanvasHeight(int height);
@Import("fullRedraw")
void setFullRedraw(boolean fullRedraw);
}