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

17 lines
198 B
Java
Raw Normal View History

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