Add: Board Implementation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user