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