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