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

public class ServerProxy {

    public void registerClientStuff() {

    }
}