RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
OnStepEvent.java
1
package
com.osroyale.content.event.impl;
2
3
import
com.osroyale.content.event.InteractionEvent;
4
24
25
public
final
class
OnStepEvent
extends
InteractionEvent {
26
27
public
OnStepEvent() {
28
super(InteractionType.ON_STEP);
29
}
30
}