mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
[JOU] Added 1 card, some fixes, some formatting.
This commit is contained in:
parent
e389645927
commit
967cb8c1b5
5 changed files with 104 additions and 35 deletions
|
|
@ -52,10 +52,10 @@ public class TableView implements Serializable {
|
|||
private String gameType;
|
||||
private int wins;
|
||||
private int freeMulligans;
|
||||
private String deckType;
|
||||
private final String deckType;
|
||||
private String tableName;
|
||||
private String controllerName;
|
||||
private String additionalInfo;
|
||||
private final String additionalInfo;
|
||||
private Date createTime;
|
||||
private TableState tableState;
|
||||
private boolean isTournament;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue