Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:10:10 -06:00
parent 4272282c66
commit 4d3740cce4
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
import org.objectweb.asm.tree.ClassNode
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 {
@Override