blob: d0b37efb8d22787851431e6981731c9a87802a6a (
plain)
1
2
3
4
5
6
7
8
|
package moe.nea.ultranotifier.event
typealias UltraSubscribe =
//#if FORGE
//$$ net.minecraftforge.eventbus.api.SubscribeEvent
//#else
me.bush.eventbus.annotation.EventListener
//#endif
|