summaryrefslogtreecommitdiff
path: root/src/main/kotlin/event/RegistrationFinishedEvent.kt
blob: 325e1d85f1d960bc0b14eb45d30884c8105346e0 (plain)
1
2
3
4
5
6
package moe.nea.ultranotifier.event

/**
 * Indicates that the registration of all ultra event handlers is done
 */
class RegistrationFinishedEvent : UltraEvent()