Merge remote-tracking branch 'upstream/master'

This commit is contained in:
drmDev 2016-05-07 16:25:11 -04:00
commit 8ae9ad932a

View file

@ -28,15 +28,15 @@
package mage.game;
import java.io.Serializable;
import java.util.UUID;
import mage.cards.CardsImpl;
/**
*
* @author BetaSteward_at_googlemail.com
*/
public class ExileZone extends CardsImpl implements Serializable {
public class ExileZone extends CardsImpl {
private UUID id;
private String name;