runelite-client: add graphic to devtools overlay

This commit is contained in:
Kyle Fricilone
2017-06-09 22:28:00 -04:00
committed by Adam
parent 364e99b244
commit dc6436a66a
3 changed files with 23 additions and 15 deletions

View File

@@ -47,6 +47,9 @@ public interface Actor extends Renderable
@Import("animation")
int getAnimation();
@Import("graphic")
int getGraphic();
@Import("combatInfoList")
CombatInfoList getCombatInfoList();
}