End a game when everyone has skipped their turn
This commit is contained in:
@@ -58,4 +58,6 @@ pub enum ServerMessage {
|
||||
/// Informs that a tile has been removed
|
||||
TileRemoved(Position2dRef),
|
||||
TurnRejected(String),
|
||||
/// Notify that the game has ended.
|
||||
GameOver,
|
||||
}
|
||||
|
Reference in New Issue
Block a user