예제 #1
0
 public int GetCount(int id)
 {
     return(MainDeck.GetCount(id) + SideDeck.GetCount(id) + ExtraDeck.GetCount(id));
 }