C# Class Strategies.SeaHagWareHouse

Inheritance: Dominion.Strategy.Strategy
ファイルを表示 Open project: NathanTeeuwen/Dominulator

Public Methods

Method Description
DiscardOrder ( ) : ICardPicker
Player ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : PlayerAction
PurchaseOrder ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : ICardPicker
ShouldDiscardWareHouse ( GameState gameState ) : bool
ShouldGainWareHouse ( GameState gameState ) : bool

Method Details

DiscardOrder() public static method

public static DiscardOrder ( ) : ICardPicker
return ICardPicker

Player() public static method

public static Player ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : PlayerAction
shouldOpenSilver bool
oneSilverBeforeWarehouse bool
return PlayerAction

PurchaseOrder() public static method

public static PurchaseOrder ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : ICardPicker
shouldOpenSilver bool
oneSilverBeforeWarehouse bool
return ICardPicker

ShouldDiscardWareHouse() public static method

public static ShouldDiscardWareHouse ( GameState gameState ) : bool
gameState Dominion.GameState
return bool

ShouldGainWareHouse() public static method

public static ShouldGainWareHouse ( GameState gameState ) : bool
gameState Dominion.GameState
return bool