Fix: DecksCreator, Board, Slot, BoardTest

This commit is contained in:
2026-03-27 18:13:09 +01:00
parent c4a521b19a
commit e3cbee7ba0
4 changed files with 68 additions and 12 deletions
@@ -77,6 +77,11 @@ public class Slot {
throw new IllegalArgumentException();
}
}
@Override
public String toString() {
return ("SlotID: "+this.getSlotId()+"\nNUpper: "+this.getNUpper()+"\nNLower: "+this.getNLower()+"\nFood: "+this.getFood()+"\nNMinPlayer: "+this.getNMinPlayer()+"\n");
}
// End Constructors
// Functions