Beispiel #1
0
 public override void Effect(CardManager user, HexCell cell)
 {
     user.AbandonAllCards();
     if (DrawCards > 0)
     {
         user.DrawCards(DrawCards);
     }
     user.ActionPoint = ActionPoint + 1;
 }