hytale-server/com/hypixel/hytale/event/IBaseEvent.java

5 lines
76 B
Java

package com.hypixel.hytale.event;
public interface IBaseEvent<KeyType> {
}