This commit is contained in:
2026-04-11 18:44:53 +02:00
parent 644c1bc55d
commit 5f3c70c8b3
5 changed files with 145 additions and 127 deletions
@@ -82,6 +82,7 @@ public class Slot {
public String toString() {
return ("SlotID: "+this.getSlotId()+"\nNUpper: "+this.getNUpper()+"\nNLower: "+this.getNLower()+"\nFood: "+this.getFood()+"\nNMinPlayer: "+this.getNMinPlayer()+"\n");
}
// End Constructors
// Functions