1 2 3 4 5
package moe.nea.ultranotifier.event import net.minecraft.text.Text class PacketChatLineEvent(val component: Text) : UltraEvent()