AddPotions() private method

private AddPotions ( int potionAmount ) : void
potionAmount int
return void
Beispiel #1
0
 public override void DoSpecializedAction(PlayerState currentPlayer, GameState gameState)
 {
     currentPlayer.AddPotions(1);
 }