mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-10-03 22:52:19 +02:00
corrected server states
This commit is contained in:
@@ -14,20 +14,20 @@ enum ServerState {
|
|||||||
/**
|
/**
|
||||||
* The server is waiting for clients to connect.
|
* The server is waiting for clients to connect.
|
||||||
*/
|
*/
|
||||||
WAIT,
|
CREATEGAME,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The server is waiting for clients to set up their maps.
|
* The server is waiting for clients to set up their status to ready
|
||||||
*/
|
*/
|
||||||
SET_UP,
|
LOBBY,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The battle of the game where players take turns
|
* The battle of the game where players take turns
|
||||||
*/
|
*/
|
||||||
BATTLE,
|
INGAME,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The game has ended because all the players went bankrott
|
* The game has ended because all the players went bankrupt
|
||||||
*/
|
*/
|
||||||
GAME_OVER
|
GAMEOVER
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user