Documentation added to Deck class to indicate proper use and legal metadata.

This commit is contained in:
Doublestrike
2011-09-11 05:26:34 +00:00
parent 7fb93dd4b1
commit 6813fd81e5

View File

@@ -13,6 +13,10 @@ import java.util.*;
/**
* <p>Deck class.</p>
*
* The set of MTG legal cards that become player's library when the game starts.
* Any other data is not part of a deck and should be stored elsewhere.
* Current fields allowed for deck metadata are Name, Title, Description, Difficulty, Icon, Comment.
*
* @author Forge
* @version $Id$
*/