mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
Update *.sh and *.java files to use Unix line endings
This commit is contained in:
parent
a6d03c925f
commit
9c7982e8f6
273 changed files with 26704 additions and 26704 deletions
|
|
@ -1,28 +1,28 @@
|
|||
|
||||
package mage.cards;
|
||||
|
||||
/**
|
||||
* @author stravant@gmail.com
|
||||
*
|
||||
* Enum listing the possible card faces for a card
|
||||
*
|
||||
* Because of Time Spiral block's shifted cards it is
|
||||
* not sufficient to just look at a card's edition to
|
||||
* determine what the card face should be.
|
||||
*/
|
||||
public enum CardBorder {
|
||||
/* Old border card frames. ALPHA -> 8th ED */
|
||||
OLD,
|
||||
|
||||
/* Future Sight frames. FUT futureshifted */
|
||||
FUT,
|
||||
|
||||
/* Planar Chaos frames. PLC planeshifted */
|
||||
PLC,
|
||||
|
||||
/* Modern card frames. 8th ED -> M15 */
|
||||
MOD,
|
||||
|
||||
/* New border cards, M15 -> current */
|
||||
M15
|
||||
}
|
||||
|
||||
package mage.cards;
|
||||
|
||||
/**
|
||||
* @author stravant@gmail.com
|
||||
*
|
||||
* Enum listing the possible card faces for a card
|
||||
*
|
||||
* Because of Time Spiral block's shifted cards it is
|
||||
* not sufficient to just look at a card's edition to
|
||||
* determine what the card face should be.
|
||||
*/
|
||||
public enum CardBorder {
|
||||
/* Old border card frames. ALPHA -> 8th ED */
|
||||
OLD,
|
||||
|
||||
/* Future Sight frames. FUT futureshifted */
|
||||
FUT,
|
||||
|
||||
/* Planar Chaos frames. PLC planeshifted */
|
||||
PLC,
|
||||
|
||||
/* Modern card frames. 8th ED -> M15 */
|
||||
MOD,
|
||||
|
||||
/* New border cards, M15 -> current */
|
||||
M15
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue