Coverage Summary for Class: GameStarted (it.polimi.ingsw.Server.Messages.ServerResponses)
| Class | Class, % | Method, % | Line, % |
|---|---|---|---|
| GameStarted | 0% (0/1) | 0% (0/1) | 0% (0/1) |
1 package it.polimi.ingsw.Server.Messages.ServerResponses; 2 3 import java.io.Serial; 4 5 /** 6 * This Response is generated when a lobby's game is started and is sent to the lobby's clients. 7 * Therefore, it is {@link FixedStatusResponse} 8 */ 9 public class GameStarted extends FixedStatusResponse { 10 @Serial 11 private static final long serialVersionUID = 306L; 12 }