Compare commits
2 Commits
f1a3e1f991
...
816912e795
Author | SHA1 | Date |
---|---|---|
hummel | 816912e795 | |
hummel | d951b87972 |
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue