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,13 +28,14 @@
|
|||
|
||||
package mage.view;
|
||||
|
||||
import java.io.Serializable;
|
||||
import mage.game.tournament.Round;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class RoundView {
|
||||
public class RoundView implements Serializable {
|
||||
|
||||
public RoundView(Round round) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue