runelite-client: add detached camera devtool

This commit is contained in:
Max Weber
2018-06-08 02:52:18 -06:00
parent 1f01c9dddd
commit 39311a3328
3 changed files with 19 additions and 0 deletions

View File

@@ -627,4 +627,8 @@ public interface RSClient extends RSGameEngine, Client
@Import("widgetSpriteCache")
RSNodeCache getWidgetSpriteCache();
@Import("oculusOrbState")
@Override
void setOculusOrbState(int state);
}