(final String name0, final BoosterBox.Template fpData0, final int boosterCount)
| 38 | private final BoosterBox.Template fpData; |
| 39 | |
| 40 | public BoosterBox(final String name0, final BoosterBox.Template fpData0, final int boosterCount) { |
| 41 | super(name0, StaticData.instance().getBoosters().get(fpData0.getEdition()), boosterCount); |
| 42 | fpData = fpData0; |
| 43 | } |
| 44 | |
| 45 | @Override |
| 46 | public String getDescription() { |
nothing calls this directly
no test coverage detected