SimplyPerms/net/crystalyx/bukkit/simplyperms/imports/ImportManager.java

8 lines
125 B
Java

package net.crystalyx.bukkit.simplyperms.imports;
public interface ImportManager {
public void run() throws Exception;
}