Code Cleanup
This commit is contained in:
parent
4272282c66
commit
4d3740cce4
|
@ -1,6 +1,12 @@
|
||||||
import org.objectweb.asm.tree.ClassNode
|
import org.objectweb.asm.tree.ClassNode
|
||||||
import the.bytecode.club.bytecodeviewer.api.*
|
import the.bytecode.club.bytecodeviewer.api.*
|
||||||
|
|
||||||
|
/**
|
||||||
|
** This is a skeleton template for BCV's Groovy Plugin System
|
||||||
|
**
|
||||||
|
** @author [Your Name Goes Here]
|
||||||
|
**/
|
||||||
|
|
||||||
class Skeleton extends Plugin {
|
class Skeleton extends Plugin {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user