mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Documentation added to Deck class to indicate proper use and legal metadata.
This commit is contained in:
@@ -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$
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user