Merge branch 'mergeDemo' into featureKomplexeBerechnungenEinbauen

featureKomplexeBerechnungenEinbauen
hummel 2024-05-28 12:03:51 +02:00
commit 816912e795
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package de.hs_mannheim.informatik.games.kniffel.domain;
public class FullHouse extends Kategorie {
public FullHouse(int augen) {
// TODO: all & more or less
// TODO: all & more and even more
super(augen);
}