summaryrefslogtreecommitdiff
path: root/src/main/java/proxy/ServerProxy.java
blob: c213f2b9435f081e57fd8b2aa28f16163dc23d1f (plain)
1
2
3
4
5
6
7
package proxy;

public class ServerProxy {
	
	public void registerClientStuff() {}
	
}