C# Class ManateesAgainstCards.CardLoader.CardDeck

Mostra 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_oe property

public List BlackCards
return List

Include public_oe property

public bool Include
return bool

Name public_oe property

public string Name
return string

WhiteCards public_oe property

public List WhiteCards
return List