C# Class ArmedCards.Entities.GamePlayer

Class that descibes a player in a game
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
CheckHand ( List cardIDs ) : List

Check to see if the player has cardIDs in their hand

GamePlayer ( ) : System
GamePlayer ( IDataReader idr ) : System

Method Details

CheckHand() public method

Check to see if the player has cardIDs in their hand
public CheckHand ( List cardIDs ) : List
cardIDs List List of card IDs to check if present in player's hand
return List

GamePlayer() public method

public GamePlayer ( ) : System
return System

GamePlayer() public method

public GamePlayer ( IDataReader idr ) : System
idr IDataReader
return System