less added

featureKomplexeBerechnungenEinbauen
hummel 2024-05-28 12:00:30 +02:00
parent 54ac60a18f
commit f1a3e1f991
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
// TODO: all & more or less
super(augen);
}