Compare commits

..

2 Commits

Author SHA1 Message Date
hummel 816912e795 Merge branch 'mergeDemo' into featureKomplexeBerechnungenEinbauen 2024-05-28 12:03:51 +02:00
hummel d951b87972 even more added 2024-05-28 12:01:11 +02:00
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);
}