C# Class Strategies.EmbassyTunnelSpiceMerchantPlaza

Inheritance: Dominion.Strategy.Strategy
Exibir arquivo Open project: NathanTeeuwen/Dominulator

Public Methods

Method Description
CustomPlayer ( bool shouldBuySpiceMerchant = false, bool shouldBuyPlaza = true ) : PlayerAction
Player ( ) : PlayerAction

Private Methods

Method Description
ActionOrder ( ) : CardPickByPriority
DiscardOrder ( ) : CardPickByPriority
PurchaseOrder ( bool shouldBuySpiceMerchant, bool shouldBuyPlaza ) : ICardPicker

Method Details

CustomPlayer() public static method

public static CustomPlayer ( bool shouldBuySpiceMerchant = false, bool shouldBuyPlaza = true ) : PlayerAction
shouldBuySpiceMerchant bool
shouldBuyPlaza bool
return PlayerAction

Player() public static method

public static Player ( ) : PlayerAction
return PlayerAction