Code Cleanup
This commit is contained in:
parent
acaf95666a
commit
c15868458f
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ java_import 'java.lang.System'
|
|||
java_import 'java.util.ArrayList'
|
||||
java_import 'org.objectweb.asm.tree.ClassNode'
|
||||
|
||||
#
|
||||
# This is a skeleton template for BCV's Ruby Plugin System
|
||||
#
|
||||
# @author [Your Name Goes Here]
|
||||
#
|
||||
|
||||
class Skeleton < Plugin
|
||||
def execute(classNodeList)
|
||||
gui = PluginConsole.new "Skeleton Title"
|
||||
|
|
Loading…
Reference in a new issue