C# Class ManateesAgainstCards.CardLoader.CardDeck

Show file Open project: DatZach/HumanityAgainstCards

Public Properties

Property Type Description
BlackCards List
Include bool
Name string
WhiteCards List

Public Methods

Method Description
CardDeck ( string name ) : System

Method Details

CardDeck() public method

public CardDeck ( string name ) : System
name string
return System

Property Details

BlackCards public property

public List BlackCards
return List

Include public property

public bool Include
return bool

Name public property

public string Name
return string

WhiteCards public property

public List WhiteCards
return List