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