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