mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Remove plugins.gradle and factor into common extension
This commit is contained in:
@@ -23,6 +23,6 @@ fun <T : PlayerEvent> on_player_event(type: () -> KClass<T>): KotlinPlayerHandle
|
||||
fun on_command(command: String, privileges: PrivilegeLevel): KotlinPlayerHandlerProxyTrait<Command> = null!!
|
||||
fun on_button(button: Int): KotlinPlayerHandlerProxyTrait<ButtonMessage> = null!!
|
||||
|
||||
fun start(callback: (World) -> Unit) = {}
|
||||
fun start(callback: (World) -> Unit) {}
|
||||
fun stop(callback: (World) -> Unit) = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user