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

@@ -128,6 +128,11 @@ public abstract class Actor extends Renderable
return actor.getAnimation();
}
public int getGraphic()
{
return actor.getGraphic();
}
public int getModelHeight()
{
return actor.getModelHeight();