Compare commits
No commits in common. "mergeDemo" and "main" have entirely different histories.
|
@ -1,10 +0,0 @@
|
|||
package de.hs_mannheim.informatik.games.kniffel.domain;
|
||||
|
||||
public class FullHouse extends Kategorie {
|
||||
|
||||
public FullHouse(int augen) {
|
||||
// TODO: all & more and even more
|
||||
super(augen);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue