runescape-client: export more

This commit is contained in:
Adam
2017-06-14 19:36:07 -04:00
parent c874240306
commit 7393b9715e
3 changed files with 10 additions and 10 deletions

View File

@@ -172,11 +172,11 @@ public interface Client extends GameEngine
@Import("scale")
int getScale();
@Import("camera2")
int getCamera2();
@Import("viewportHeight")
int getViewportHeight();
@Import("camera3")
int getCamera3();
@Import("viewportWidth")
int getViewportWidth();
@Import("validInterfaces")
boolean[] getValidInterfaces();