blob: 30df0c2e8f7a31fbbe1ebb379df5bbd0d59fc62a [file] [log] [blame] [raw]
package li.cil.oc.driver;
public interface IDriverBundle {
String getModId();
void initialize();
}