mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Various optimisation to the PaperCard implementation: - removed once and for all retrieveCollectorNumber method - we're now safe and sound that all PaperCard instances will have a collector Number matched. - That is also made sure by removing all the many (legacy) class constructors. Only left two - with correct parameter passing! - finally, collectorNumberSortingKey is created onces, and saved - as this won't change (for better performance)