C# 클래스 Strategies.CaravanBridgeDukeCartographer.MyPlayerAction

상속: PlayerAction
파일 보기 프로젝트 열기: NathanTeeuwen/Dominulator

공개 메소드들

메소드 설명
ChooseBetween ( GameState gameState, IsValidChoice acceptableChoice ) : PlayerActionChoice
GetCardFromRevealedCardsToPutOnDeck ( GameState gameState ) : Dominion.Card
GetCardFromRevealedCardsToTopDeck ( GameState gameState, bool isOptional ) : Dominion.Card
MyPlayerAction ( ) : System

메소드 상세

ChooseBetween() 공개 메소드

public ChooseBetween ( GameState gameState, IsValidChoice acceptableChoice ) : PlayerActionChoice
gameState Dominion.GameState
acceptableChoice IsValidChoice
리턴 PlayerActionChoice

GetCardFromRevealedCardsToPutOnDeck() 공개 메소드

public GetCardFromRevealedCardsToPutOnDeck ( GameState gameState ) : Dominion.Card
gameState Dominion.GameState
리턴 Dominion.Card

GetCardFromRevealedCardsToTopDeck() 공개 메소드

public GetCardFromRevealedCardsToTopDeck ( GameState gameState, bool isOptional ) : Dominion.Card
gameState Dominion.GameState
isOptional bool
리턴 Dominion.Card

MyPlayerAction() 공개 메소드

public MyPlayerAction ( ) : System
리턴 System