RuneHive-Game
Loading...
Searching...
No Matches
OnStepEvent.java
Go to the documentation of this file.
1package com.runehive.content.event.impl;
2
3import com.runehive.content.event.InteractionEvent;
4
5/**
6 * @author <a href="http://www.rune-server.org/members/stand+up/">Stand Up</a>
7 * @since 16-6-2017.
8 */
9public final class OnStepEvent extends InteractionEvent {
10
11 public OnStepEvent() {
13 }
14}