SimplyPerms/net/crystalyx/bukkit/simplyperms/imports/ImportManager.java
2012-04-29 02:11:39 +02:00

8 lines
125 B
Java
Executable File

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