Code Cleanup

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

View File

@ -2,6 +2,12 @@ import java.util.List;
import org.objectweb.asm.tree.ClassNode;
import the.bytecode.club.bytecodeviewer.api.*;
/**
** This is a skeleton template for BCV's Java Plugin System
**
** @author [Your Name Goes Here]
**/
public class Skeleton extends Plugin {
@Override