mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
5 lines
126 B
Kotlin
5 lines
126 B
Kotlin
val LOGOUT_BUTTON_ID = 2458
|
|
|
|
on_button(LOGOUT_BUTTON_ID)
|
|
.where { widgetId == LOGOUT_BUTTON_ID }
|
|
.then { it.logout() } |