Legger til valg av lokale servere Closes #60

Fjerner LOADING GameState
Gjør det enklere å endre port for server og klient
This commit is contained in:
2020-04-23 22:07:13 +02:00
parent 03f7090e3b
commit d9dd9d7948
14 changed files with 100 additions and 45 deletions

View File

@@ -37,10 +37,6 @@ public enum GameState {
* Indicates that the game is won by a player
*/
GAME_IS_WON,
/**
* Indicates that the game is currently waiting for something
*/
LOADING,
/**
* Indicates that the game is no longer running
*/