mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Removed redundant interface implementation.
This commit is contained in:
parent
9a8c05ab6d
commit
08252e4e6c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue