Rename & Repackage

This commit is contained in:
dark98
2021-03-11 00:21:56 +00:00
parent caa4625efa
commit 3bf473129d
1921 changed files with 2017 additions and 2010 deletions
@@ -0,0 +1,13 @@
package com.rs2.console;
/**
*
* @author RS-Emulators
*
*/
public interface CommandProcessor {
public boolean command(String[] cmd);
public String help();
}