Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:09:24 -06:00
parent 61266b5402
commit ecf8e43541
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/**
** This is a skeleton template for BCV's Javascript Plugin System
**
** @author [Your Name Goes Here]
**/
function execute(classNodeList) {
var PluginConsole = Java.type("the.bytecode.club.bytecodeviewer.api.PluginConsole");
var gui = new PluginConsole("Skeleton Title");