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