mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
added tournaments - drafts are now a variant of tournament
This commit is contained in:
parent
78e60ce457
commit
ffc7b5bfd8
88 changed files with 3768 additions and 311 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue