Added Proxys will need these soon

This commit is contained in:
Gig 2015-04-23 20:29:26 +01:00
parent 4b7b9d4fd2
commit e889b00b6f
3 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,5 @@
package techreborn.proxies;
public class ClientProxy extends CommonProxy{
}

View file

@ -0,0 +1,5 @@
package techreborn.proxies;
public class CommonProxy {
}