blob: da9702f379e35698af9a3091e7b7c7296a7c6f65 [file] [log] [blame] [raw]
package net.glowstone.io;
import java.util.List;
import net.glowstone.data.CommandFunction;
public interface FunctionIoService {
List<CommandFunction> readFunctions();
}