CustomisationProvider.java 248 Bytes
package com.mumfrey.liteloader.api;

/**
 * Base interface for loader customisation providers, has to be here so that we don't load branding provider classes too soon
 * 
 * @author Adam Mummery-Smith
 */
public interface CustomisationProvider
{
}