Fix: DecksCreator, Board, Slot, BoardTest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user