package silentium.gameserver.scripting; /** * Interface for all scripts. * * @author Tatanka */ public interface ScriptFile { }