Add gameobject id's to dev tools via dynamicobjects
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package net.runelite.api;
|
||||
|
||||
public interface DynamicObject extends Renderable
|
||||
{
|
||||
int getAnimationID();
|
||||
}
|
||||
Reference in New Issue
Block a user