implementazione persistenza

This commit is contained in:
Lorenzo Iovino 2017-07-11 19:20:06 +02:00
parent 406a5647b8
commit eac6e43420
33 changed files with 1876 additions and 736 deletions

View file

@ -11,7 +11,6 @@ public class Config {
public static String GameServerURI = "localhost";
public static Integer GameServerPort = 10000;
public static String WordsReceiverServerURI = "localhost";
public static Integer WordsReceiverServerPort = 10001;