package me.shedaniel.api; /** * Created by James on 7/27/2018. */ public interface IAEIPlugin { public void register(); }