Update KSpigotListeners.kt

This commit is contained in:
Hotkeyyy
2021-04-28 15:32:13 +02:00
parent c465392c35
commit 43dd140da6

View File

@@ -61,6 +61,7 @@ inline fun <reified T : Event> SingleListener<T>.register(
* @param T the type of event to listen to
* @param priority the priority when multiple listeners handle this event
* @param ignoreCancelled if manual cancellation should be ignored
* @param register if the event should be registered
* @param onEvent the event callback
*/
inline fun <reified T : Event> listen(