Ejemplo n.º 1
0
 public bool isEmpty()
 {
     return(MainDeck.Count() + SideDeck.Count() + ExtraDeck.Count() + TempDeck.Count() == 0);
 }