ActuallyAdditions/src/main/java/ellpeck/someprettyrandomstuff/proxy/ServerProxy.java
2015-01-30 20:16:33 +01:00

17 lines
198 B
Java

package ellpeck.someprettyrandomstuff.proxy;
public class ServerProxy implements IProxy{
public void preInit() {
}
public void init() {
}
public void postInit() {
}
}