Example Update
This commit is contained in:
parent
bc77a32722
commit
1835f6950b
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ from org.objectweb.asm.tree import ClassNode
|
||||||
class skeleton(Plugin):
|
class skeleton(Plugin):
|
||||||
|
|
||||||
def execute(classNodeList, notUsed): #for some reason it requires a second arg
|
def execute(classNodeList, notUsed): #for some reason it requires a second arg
|
||||||
gui = PluginConsole("Skeleton")
|
gui = PluginConsole("Skeleton Title")
|
||||||
gui.setVisible(Boolean.TRUE)
|
gui.setVisible(Boolean.TRUE)
|
||||||
gui.appendText("executed skeleton")
|
gui.appendText("executed skeleton example")
|
||||||
|
|
Loading…
Reference in a new issue