Merge dev/client_beck

This commit is contained in:
Felix Koppe
2024-11-29 10:48:05 +01:00
parent 24cc81d9d4
commit ae1ec74056
5 changed files with 8 additions and 9 deletions

View File

@@ -4,17 +4,14 @@
import java.util.UUID;
public class ThrowPieceNotification extends Notification{
public class ThrowPieceNotification extends Notification {
private UUID pieceId;
/**
* This constructor is used to create a new ThrowPieceNotification
*
* @param pieceId1 the pieceId1
* @param pieceId2 the pieceId2
* @param nodeIndex the nodeIndex
* @param colorPiece2 the color
* @param pieceId the pieceId
*/
public ThrowPieceNotification(UUID pieceId) {
this.pieceId = pieceId;