ActuallyAdditions/src/main/java/ellpeck/someprettyrandomstuff/proxy/ClientProxy.java

15 lines
220 B
Java
Raw Normal View History

2015-01-30 20:16:32 +01:00
package ellpeck.someprettyrandomstuff.proxy;
@SuppressWarnings("unused")
public class ClientProxy implements IProxy{
public void preInit(){
}
public void init(){
}
public void postInit(){
}
}