mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix crash when selecting a fake card in a list view
This commit is contained in:
@@ -41,6 +41,8 @@ import java.util.Set;
|
||||
* @version $Id: java 9708 2011-08-09 19:34:12Z jendave $
|
||||
*/
|
||||
public final class CardType implements Comparable<CardType>, CardTypeView {
|
||||
public static final CardTypeView EMPTY = new CardType();
|
||||
|
||||
public enum CoreType {
|
||||
Artifact(true),
|
||||
Conspiracy(false),
|
||||
|
||||
Reference in New Issue
Block a user