Ejemplo n.º 1
0
 private bool CheckIfCardInPlayersHand(CardViewVariable cardViewVar)
 {
     return(playerSystem.currentPlayer.Get().hand.Contains(cardViewVar.Get().cardInstance));
 }