Moving code around

This commit is contained in:
Sebastian Hartte
2020-06-28 00:48:21 +02:00
parent 37ce6b262e
commit 7f049e099d
30 changed files with 2 additions and 2 deletions
@@ -1,13 +0,0 @@
package appeng.bootstrap.components;
import appeng.bootstrap.IBootstrapComponent;
/**
* Will be run during
* {@link net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent}.
*/
public interface IClientSetupComponent extends IBootstrapComponent {
void setup();
}