Пример #1
0
 public int GetRuleCount(int id)
 {
     return(MainDeck.GetRuleCount(id) + SideDeck.GetRuleCount(id) + ExtraDeck.GetRuleCount(id));
 }