mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Added constant for NO artist name (for later re-use)
This commit is contained in:
@@ -20,6 +20,7 @@ public interface IPaperCard extends InventoryItem, Serializable {
|
||||
String NO_COLLECTOR_NUMBER = "N.A."; // Placeholder for No-Collection number available
|
||||
int DEFAULT_ART_INDEX = 1;
|
||||
int NO_ART_INDEX = -1; // Placeholder when NO ArtIndex is Specified
|
||||
String NO_ARTIST_NAME = "";
|
||||
|
||||
/**
|
||||
* Number of filters based on CardPrinted values.
|
||||
|
||||
Reference in New Issue
Block a user