mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
formatting
This commit is contained in:
parent
9a5000616d
commit
959f4ce7a9
1 changed files with 2 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
||||||
package mage.sets.magic2010;
|
package mage.sets.magic2010;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
import mage.Constants.CardType;
|
import mage.Constants.CardType;
|
||||||
import mage.Constants.Rarity;
|
import mage.Constants.Rarity;
|
||||||
import mage.MageInt;
|
import mage.MageInt;
|
||||||
|
@ -37,7 +38,6 @@ import mage.abilities.keyword.VigilanceAbility;
|
||||||
import mage.cards.CardImpl;
|
import mage.cards.CardImpl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
* @author Loki
|
* @author Loki
|
||||||
*/
|
*/
|
||||||
public class GriffinSentinel extends CardImpl<GriffinSentinel> {
|
public class GriffinSentinel extends CardImpl<GriffinSentinel> {
|
||||||
|
|
Loading…
Reference in a new issue