Compare commits

..

No commits in common. "mergeDemo" and "main" have entirely different histories.

1 changed files with 0 additions and 10 deletions

View File

@ -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);
}
}