Switched to different Kryonet fork; full Android support

This commit is contained in:
Anuken
2018-01-01 16:09:17 -05:00
parent c7dbdd1773
commit 20eea3b385
27 changed files with 416 additions and 310 deletions

View File

@@ -133,6 +133,11 @@ public class KryoServer implements ServerProvider {
}
}
@Override
public int getPingFor(int connection) {
return getByID(connection).getReturnTripTime();
}
@Override
public void register(Class<?>... types) {
for(Class<?> c : types){