Renam CommonProxy to ServerProxy
noeppi-noeppi opened this issue ยท 0 comments
As the class called CommonProxy is only used on the server it either be renamed to ServerProxy
or ClientProxy
should extends it. A CommonProxy as the name says is usually instantiated on both sides not just on the server. This is very minor but it might confuse new developers.