added tournaments - drafts are now a variant of tournament

This commit is contained in:
BetaSteward 2011-02-06 11:09:25 -05:00
parent 78e60ce457
commit ffc7b5bfd8
88 changed files with 3768 additions and 311 deletions

View file

@ -35,7 +35,7 @@ import mage.game.match.MatchOptions;
*
* @author BetaSteward_at_googlemail.com
*/
public class FreeForAllMatch extends MatchImpl<FreeForAll> {
public class FreeForAllMatch extends MatchImpl {
public FreeForAllMatch(MatchOptions options) {
super(options);