Launcher/LaunchServer/src/main/java/pro/gravit/launchserver/Reconfigurable.java

10 lines
175 B
Java
Raw Normal View History

package pro.gravit.launchserver;
import pro.gravit.utils.command.Command;
import java.util.Map;
2019-01-15 06:35:39 +03:00
public interface Reconfigurable {
Map<String, Command> getCommands();
}