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

8 lines
125 B
Java
Raw Normal View History

2012-04-29 00:11:39 +00:00
package net.crystalyx.bukkit.simplyperms.imports;
public interface ImportManager {
public void run() throws Exception;
}