C# Class ArmedCards.Entities.Models.Game.Board.Hand

View Model used to render the player's hand
显示文件 Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Hand ( System.Boolean show, List cards, System.Boolean showBoard ) : System

Constructor

Method Details

Hand() public method

Constructor
public Hand ( System.Boolean show, List cards, System.Boolean showBoard ) : System
show System.Boolean
cards List
showBoard System.Boolean
return System