ActuallyAdditions/src/main/java/ellpeck/someprettytechystuff/proxy/ServerProxy.java
2015-01-05 22:14:04 +01:00

17 lines
197 B
Java

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