1 2 3 4 5 6
package moe.nea.ledger.events import net.minecraftforge.fml.common.eventhandler.Event class InitializationComplete : Event() { }