package pp.mdga.notification; import pp.mdga.game.Color; import java.util.UUID; public class PieceInGameNotification extends Notification{ PieceInGameNotification(Color color, UUID id) { } }