C# 클래스 Dominion.Strategy.DefaultPlayRules.Cards.Governor

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

공개 메소드들

메소드 설명
ChooseBetween ( GameState gameState, IsValidChoice acceptableChoice ) : PlayerActionChoice
GetCardFromHandToTrash ( GameState gameState, CardPredicate acceptableCard, bool isOptional, CollectionCards cardsTrashedSoFar ) : Dominion.Card
Governor ( Dominion.DefaultPlayerAction playerAction ) : System

메소드 상세

ChooseBetween() 공개 메소드

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

GetCardFromHandToTrash() 공개 메소드

public GetCardFromHandToTrash ( GameState gameState, CardPredicate acceptableCard, bool isOptional, CollectionCards cardsTrashedSoFar ) : Dominion.Card
gameState Dominion.GameState
acceptableCard CardPredicate
isOptional bool
cardsTrashedSoFar CollectionCards
리턴 Dominion.Card

Governor() 공개 메소드

public Governor ( Dominion.DefaultPlayerAction playerAction ) : System
playerAction Dominion.DefaultPlayerAction
리턴 System