forked from External/mage
draft stuff
This commit is contained in:
parent
2e13136101
commit
03e3be90d6
34 changed files with 1238 additions and 743 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
package mage.view;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import mage.game.tournament.Tournament;
|
||||
|
|
@ -36,7 +37,7 @@ import mage.game.tournament.Tournament;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class TournamentView {
|
||||
public class TournamentView implements Serializable {
|
||||
|
||||
List<RoundView> rounds = new ArrayList<RoundView>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue