Add: Board Implementation

This commit is contained in:
rubenpirreram
2026-03-23 17:53:50 +01:00
parent a81614ce38
commit fd621e90c7
3 changed files with 204 additions and 69 deletions
@@ -2,6 +2,10 @@ package it.polimi.ingsw.gc14.Model;
public class Slot {
// Getters
private char slotId;
public char getSlotId() {
return slotId;
}
private int NUpper;
public int getNUpper(){
return NUpper;
@@ -21,7 +25,7 @@ public class Slot {
return Food;
}
// End getters
private char slotId;
// Setters
// End setters
// Constructors