Merge branch 'RMI' into main

This commit is contained in:
rubenpirreram
2026-04-19 17:16:36 +02:00
committed by GitHub
15 changed files with 172 additions and 12 deletions
@@ -1,11 +1,12 @@
package it.polimi.ingsw.gc14.Model;
import java.io.Serializable;
/**
* Represents a slot with a specific identifier and associated values
* for upper cards, lower cards, food, and minimum number of players.
* The slot configuration depends on the specified slot identifier.
*/
public class Slot {
public class Slot implements Serializable {
// Getters
/**