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