ClearOutAllCards()

private void ClearOutAllCards(){
      for(int i = 0; i < allCards; i++){
        if(card != null){
          card[i].GetComponent().EmptyOut();
        }
      }
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *