C# 클래스 ArmedCards.Entities.GamePlayer

Class that descibes a player in a game
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
CheckHand ( List cardIDs ) : List

Check to see if the player has cardIDs in their hand

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

메소드 상세

CheckHand() 공개 메소드

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
리턴 List

GamePlayer() 공개 메소드

public GamePlayer ( ) : System
리턴 System

GamePlayer() 공개 메소드

public GamePlayer ( IDataReader idr ) : System
idr IDataReader
리턴 System