mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
Switch back over to using flat-file plugin info, auto-copy properties files in gradle
This commit is contained in:
parent
dd52e7e9fb
commit
029c13233f
33 changed files with 70 additions and 85 deletions
|
|
@ -6,11 +6,6 @@ import plugin.api.API
|
|||
import java.awt.event.KeyAdapter
|
||||
import java.awt.event.KeyEvent
|
||||
|
||||
@PluginMeta (
|
||||
author = "Chisato",
|
||||
description = "Allows you to use ESC in order to (safety) close the open interface/dialogue.",
|
||||
version = 1.0
|
||||
)
|
||||
class plugin : Plugin() {
|
||||
override fun Init() {
|
||||
API.AddKeyboardListener(object : KeyAdapter() {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
AUTHOR='Chisato'
|
||||
DESCRIPTION='Allows you to use ESC in order to (safety) close the open interface/dialogue.'
|
||||
VERSION=1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue