// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.core.event.events;

import javax.annotation.Nonnull;
import com.hypixel.hytale.event.IEvent;

public class BootEvent implements IEvent<Void>
{
    @Nonnull
    @Override
    public String toString() {
        return "BootEvent{}";
    }
}
