C# Class Strategies.SeaHagWareHouse

Inheritance: Dominion.Strategy.Strategy
Afficher le fichier Open project: NathanTeeuwen/Dominulator

Méthodes publiques

Méthode 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 méthode

public static DiscardOrder ( ) : ICardPicker
Résultat ICardPicker

Player() public static méthode

public static Player ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : PlayerAction
shouldOpenSilver bool
oneSilverBeforeWarehouse bool
Résultat PlayerAction

PurchaseOrder() public static méthode

public static PurchaseOrder ( bool shouldOpenSilver, bool oneSilverBeforeWarehouse ) : ICardPicker
shouldOpenSilver bool
oneSilverBeforeWarehouse bool
Résultat ICardPicker

ShouldDiscardWareHouse() public static méthode

public static ShouldDiscardWareHouse ( GameState gameState ) : bool
gameState Dominion.GameState
Résultat bool

ShouldGainWareHouse() public static méthode

public static ShouldGainWareHouse ( GameState gameState ) : bool
gameState Dominion.GameState
Résultat bool