mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Added javadoc.
This commit is contained in:
@@ -246,6 +246,12 @@ public final class QuestUtilCards {
|
|||||||
this.addAllCards(precon.getDeck().getSideboard().toFlatList());
|
this.addAllCards(precon.getDeck().getSideboard().toFlatList());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Import an existing deck.
|
||||||
|
*
|
||||||
|
* @param fromDeck
|
||||||
|
* Deck, deck to import
|
||||||
|
*/
|
||||||
void addDeck(final Deck fromDeck) {
|
void addDeck(final Deck fromDeck) {
|
||||||
if (fromDeck == null) {
|
if (fromDeck == null) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user