mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Added MEMO comment to get rid of retrieveCollectorNumber method
This commit is contained in:
@@ -309,6 +309,7 @@ public final class PaperCard implements Comparable<IPaperCard>, InventoryItemFro
|
||||
rarity = pc.getRarity();
|
||||
}
|
||||
|
||||
// FIXME: @leriomaggio - remember to get rid of this method once and for all :)
|
||||
private String retrieveCollectorNumber() {
|
||||
StaticData data = StaticData.instance();
|
||||
CardEdition edition = data.getEditions().get(this.edition);
|
||||
|
||||
Reference in New Issue
Block a user