1 2 3 4 5
package cuchaz.enigma.api; public interface EnigmaPlugin { void init(EnigmaPluginContext ctx); }