This commit is contained in:
Brianna 2019-07-11 02:28:44 -04:00
parent 6f29eea10c
commit 075a1bae53

View File

@ -25,7 +25,7 @@ public abstract class Module {
this.config = new ConfigWrapper(plugin, File.separator + "modules", getName() + ".yml");
}
abstract String getName();
public abstract String getName();
public abstract void run(Hopper hopper, Inventory hopperInventory);