Compare commits
No commits in common. "f1a3e1f9915d51a60b2bb8a4b1c7413ac3f1ac04" and "990fa8b4f2a94b4da84354673ec6ec435f7fc4a7" have entirely different histories.
f1a3e1f991
...
990fa8b4f2
|
@ -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 & more or less
|
// TODO: all
|
||||||
super(augen);
|
super(augen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue