예제 #1
0
 // Discards this card and fixes the indexes for the others.
 public void DiscardCardIndex(int index, bool fromEffect = false)
 {
     // Discard card data
     playerDeck.DiscardCardAtIndex(index, fromEffect);
     puim.DestroyCardAtIndex(index);
 }