Compare commits
2 Commits
990fa8b4f2
...
f1a3e1f991
Author | SHA1 | Date |
---|---|---|
hummel | f1a3e1f991 | |
hummel | 54ac60a18f |
|
@ -3,7 +3,7 @@ package de.hs_mannheim.informatik.games.kniffel.domain;
|
||||||
public class FullHouse extends Kategorie {
|
public class FullHouse extends Kategorie {
|
||||||
|
|
||||||
public FullHouse(int augen) {
|
public FullHouse(int augen) {
|
||||||
// TODO: all
|
// TODO: all & more or less
|
||||||
super(augen);
|
super(augen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue