Remove command interface

The @Command interface should do all the heavy loading instead of defining this interface
java-rewrite
Hammy 3 years ago
parent b294be22ff
commit 2aee2eec93

@ -1,5 +0,0 @@
package me.goudham.command;
public interface ICommand {
void handle();
}
Loading…
Cancel
Save