Aggiunta classifica match + globale. Versione funzionante terminata
This commit is contained in:
parent
f7c9d0ff99
commit
429eb1cb02
40 changed files with 2152 additions and 1108 deletions
|
|
@ -23,6 +23,9 @@ public class Config {
|
|||
public static String NotificationServerName ="notification";
|
||||
|
||||
|
||||
public static int timeoutGame = 15;
|
||||
|
||||
|
||||
public static String getNotificationServerURI(){
|
||||
return "rmi://".concat(NotificationServerURI).concat(":").concat(NotificationServerPort.toString());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue