C# 클래스 Strategies.SeaHagWareHouse

상속: Dominion.Strategy.Strategy
파일 보기 프로젝트 열기: NathanTeeuwen/Dominulator

공개 메소드들

메소드 설명
DiscardOrder ( ) : ICardPicker
Player ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : PlayerAction
PurchaseOrder ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : ICardPicker
ShouldDiscardWareHouse ( GameState gameState ) : bool
ShouldGainWareHouse ( GameState gameState ) : bool

메소드 상세

DiscardOrder() 공개 정적인 메소드

public static DiscardOrder ( ) : ICardPicker
리턴 ICardPicker

Player() 공개 정적인 메소드

public static Player ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : PlayerAction
shouldOpenSilver bool
oneSilverBeforeWarehouse bool
리턴 PlayerAction

PurchaseOrder() 공개 정적인 메소드

public static PurchaseOrder ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : ICardPicker
shouldOpenSilver bool
oneSilverBeforeWarehouse bool
리턴 ICardPicker

ShouldDiscardWareHouse() 공개 정적인 메소드

public static ShouldDiscardWareHouse ( GameState gameState ) : bool
gameState Dominion.GameState
리턴 bool

ShouldGainWareHouse() 공개 정적인 메소드

public static ShouldGainWareHouse ( GameState gameState ) : bool
gameState Dominion.GameState
리턴 bool