mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Tests: added additional checks on boosters (see #8081);
This commit is contained in:
parent
1ac33efd1b
commit
5e91099f62
3 changed files with 21 additions and 0 deletions
|
|
@ -672,4 +672,8 @@ public abstract class ExpansionSet implements Serializable {
|
|||
return maxCardNumberInBooster;
|
||||
}
|
||||
|
||||
public int getNumBoosterDoubleFaced() {
|
||||
return numBoosterDoubleFaced;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue