package net.shadowfacts.phycon.api; /** * @author shadowfacts */ public interface PhyConPlugin { void initializePhyCon(PhyConAPI api); }