forked from External/mage
add serialVersionUID
This commit is contained in:
parent
3506004156
commit
83e39e900a
23 changed files with 27 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ import mage.cards.decks.Deck;
|
|||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class TableClientMessage implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private Deck deck;
|
||||
private UUID tableId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue