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

17 lines
189 B
Java
Raw Normal View History

2014-12-03 22:33:46 +01:00
package ellpeck.gemification.proxy;
public class ServerProxy implements IProxy{
public void preInit() {
}
public void init() {
}
public void postInit() {
}
}