deck: updated The Paper Cube, fixed legacy/vintage (part of #13705)

This commit is contained in:
Oleg Agafonov 2025-05-31 23:54:39 +04:00
parent eba4d0276d
commit b8a8d92b14
7 changed files with 259 additions and 263 deletions

View file

@ -11,6 +11,10 @@ import java.text.SimpleDateFormat;
import java.util.*;
/**
* Data sources by priority:
* - official mtgo website
* - cubecobra (big amount of cubes but can be outdated)
*
* @author LevelX2, JayDi85
*/
public abstract class DraftCube {