DynamicObjectAnimationChanged
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package net.runelite.api.events;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class DynamicObjectAnimationChanged
|
||||
{
|
||||
/**
|
||||
* The object that has entered a new animation.
|
||||
*/
|
||||
private int object;
|
||||
/**
|
||||
* The id of the animation animation.
|
||||
*/
|
||||
private int animation;
|
||||
}
|
||||
Reference in New Issue
Block a user