DoPlayTreasures() private method

private DoPlayTreasures ( PlayerState currentPlayer ) : void
currentPlayer PlayerState
return void
Beispiel #1
0
 public override void DoSpecializedAction(PlayerState currentPlayer, GameState gameState)
 {
     gameState.DoPlayTreasures(currentPlayer);
     PileOfCards pile = gameState.GetSpecialPile(typeof(BlackMarket));
     throw new NotImplementedException();
 }