mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
* Somem minor formatting / changes.
This commit is contained in:
parent
7431d0b465
commit
c96153f544
7 changed files with 40 additions and 12 deletions
|
|
@ -40,8 +40,8 @@ import mage.game.Game;
|
|||
public class ExileView extends CardsView {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String name;
|
||||
private UUID id;
|
||||
private final String name;
|
||||
private final UUID id;
|
||||
|
||||
public ExileView(ExileZone exileZone, Game game) {
|
||||
this.name = exileZone.getName();
|
||||
|
|
|
|||
|
|
@ -40,8 +40,8 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class LookedAtView implements Serializable {
|
||||
|
||||
private String name;
|
||||
private SimpleCardsView cards = new SimpleCardsView();
|
||||
private final String name;
|
||||
private final SimpleCardsView cards = new SimpleCardsView();
|
||||
|
||||
public LookedAtView(String name, Cards cards, Game game) {
|
||||
this.name = name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue