ActuallyAdditions/src/main/java/ellpeck/someprettyrandomstuff/proxy/ClientProxy.java
Ellpeck ad1fbe7101 Changed Feeder and added Packet Handling.
Also diesieben07 made me change stuff.
2015-02-20 22:45:33 +01:00

22 lines
266 B
Java

package ellpeck.someprettyrandomstuff.proxy;
@SuppressWarnings("unused")
public class ClientProxy implements IProxy{
@Override
public void preInit(){
}
@Override
public void init(){
}
@Override
public void postInit(){
}
}