[load] one place server ping

This commit is contained in:
Loki 2012-05-04 22:49:04 +04:00
parent e62f06cc54
commit a746ca680b
8 changed files with 61 additions and 8 deletions

View file

@ -57,6 +57,8 @@ public interface Session {
boolean isConnected();
boolean ping();
String[] getPlayerTypes();
List<GameTypeView> getGameTypes();